aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-08-09ns proc: Enable setns for support for the pid namespaceHEADmasterEric W. Biederman1-3/+0
2011-08-09pidns: Support unsharing the pid namespace.Eric W. Biederman3-6/+9
2011-08-09pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman3-0/+11
2011-08-09pidns: Consolidate initialzation of special init task stateEric W. Biederman1-3/+11
2011-08-09pidns: Use task_active_pid_ns where appropriateEric W. Biederman5-12/+11
2011-08-08pidns: Fix wait for zombies to be reaped in zap_pid_ns_processes v2Eric W. Biederman1-12/+40
2011-08-08ns proc: Add support for the pid namespaceEric W. Biederman2-1/+50
2011-08-08ns proc: Add support for the user namespaceEric W. Biederman2-0/+42
2011-08-08proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-1/+16
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+100
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-28/+100
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra2-29/+130
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra2-29/+49
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-5/+36
2011-07-15sched: Fix 32bit racePeter Zijlstra1-0/+3
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2-5/+36
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds1-2/+16
2011-07-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+5
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-11/+12
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2011-07-06resource: ability to resize an allocated resourceRam Pai1-18/+98
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith1-6/+3
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong1-5/+9
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-70/+88
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz1-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz1-70/+67
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds3-19/+15
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-402/+461
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-7/+9
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh1-4/+1
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney3-382/+390
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney4-41/+99
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+5
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+2
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki1-16/+15
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt1-0/+4
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton1-1/+1
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-14rcu: Use softirq to address performance regressionShaohua Li4-5/+30
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney2-54/+22
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+14
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-09tracing: Fix regression in printk_formats fileSteven Rostedt1-4/+1
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+10
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+50
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+25
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt1-0/+7
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt1-2/+6
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra1-5/+16
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra1-1/+1
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li1-1/+1
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver1-0/+6
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar20-233/+337
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior1-8/+7
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior3-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner1-1/+4
2011-05-31perf, cgroups: Fix up for new APIPeter Zijlstra1-18/+4
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra1-4/+7
2011-05-31sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra1-0/+1
2011-05-31rcu: Cure load woesPeter Zijlstra2-9/+56
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+25
2011-05-29idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen1-12/+25
2011-05-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-26/+57
2011-05-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-136/+94
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-24/+101
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2-0/+3
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra3-39/+17
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2-9/+8
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-90/+68
2011-05-28perf: Fix SIGIO handlingPeter Zijlstra1-0/+8
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro3-11/+16
2011-05-28sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra1-2/+3
2011-05-28sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-9/+28
2011-05-28sched: More sched_domain iterations fixesXiaotian Feng2-4/+10
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-119/+134
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds1-1/+1
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar6-18/+90
2011-05-26kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick1-7/+9
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-1/+51
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano6-249/+3
2011-05-26cgroups: use flex_array in attach_procBen Blum1-9/+24
2011-05-26cgroups: make procs file writableBen Blum1-46/+393
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum4-104/+73
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum1-0/+10
2011-05-27PM: Fix PM QOS's user mode interface to work with ASCII inputRafael J. Wysocki1-10/+23
2011-05-26rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney4-77/+62
2011-05-26rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney1-2/+2
2011-05-26rcu: Don't do reschedule unless in irqPaul E. McKenney1-2/+3
2011-05-26rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney1-14/+0
2011-05-26rcu: Add memory barriersPaul E. McKenney1-0/+6
2011-05-26Merge branch 'linus' into perf/urgentIngo Molnar32-541/+1224
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu1-0/+1
2011-05-25ftrace: Add internal recursive checksSteven Rostedt3-6/+32
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo1-0/+27
2011-05-25ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt1-1/+5
2011-05-25tracing: Have event with function tracer check error returnSteven Rostedt1-1/+6
2011-05-25ftrace: Have ftrace_startup() return failure codeSteven Rostedt1-6/+8
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2-0/+81
2011-05-25jump_label: Check entries limit in __jump_label_updateJiri Olsa1-5/+13
2011-05-25Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Linus Torvalds2-3/+5
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-1/+9
2011-05-25hrtimers: Fix typo causing erratic timersThomas Gleixner1-1/+1
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov1-2/+4
2011-05-25ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2011-05-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+14
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-29/+58
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-4/+50
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+34
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra1-8/+17
2011-05-24PM / Hibernate: Update kerneldoc comments in hibernate.cRafael J. Wysocki1-90/+104
2011-05-24PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki1-5/+0
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-7/+109
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-3/+1
2011-05-24Merge branch 'next' into for-linusJames Morris4-7/+109
2011-05-24posix-timers: RCU conversionEric Dumazet1-11/+14
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo13-60/+88
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2011-05-23kernel/watchdog.c: Use proper ANSI C prototypesLinus Torvalds1-1/+1
2011-05-24watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar1-7/+4
2011-05-24PM / Hibernate: Update some comments in core hibernate codeRafael J. Wysocki1-14/+7
2011-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-37/+54
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2011-05-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-92/+125
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-26/+38
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-12/+19
2011-05-23Merge commit '559fa6e76b27' into perf/urgentIngo Molnar1-4/+2
2011-05-23hrtimers: Reorder clock basesThomas Gleixner1-6/+6
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner4-16/+23
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner1-62/+32
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines1-4/+15
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2-20/+17
2011-05-23watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines1-8/+12
2011-05-23watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines1-1/+1
2011-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-1/+1
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee1-0/+7
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2011-05-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2011-05-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds4-323/+630
2011-05-20SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom1-1/+1
2011-05-20Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller11-314/+418
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds2-0/+2
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner75-2326/+4643
2011-05-20sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao1-8/+20
2011-05-20sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2-27/+29
2011-05-20sched: Cleanup set_load_weight()Nikhil Rao1-4/+7
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner2-2/+2
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-1/+11
2011-05-20Merge branch 'perf/core' into perf/urgentIngo Molnar1-1/+1
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf1-1/+1
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+12
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-400/+1333
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+749
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-19/+83
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds14-1078/+831
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-682/+1570
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-4/+401
2011-05-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+196
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds10-63/+85
2011-05-20core_kernel_data(): Fix architectures that do not define _sdataIngo Molnar1-1/+1
2011-05-19Create Documentation/security/,Randy Dunlap1-1/+1
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney4-68/+90
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+20
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+44
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner1-19/+19
2011-05-19Merge branch 'master' into nextJames Morris18-40/+103
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani1-5/+2
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani1-5/+16
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell1-15/+27
2011-05-19module: split unset_section_ro_nx function.Jan Glauber1-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber1-12/+13
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber1-0/+1
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman1-2/+2
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov1-3/+6
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt3-1/+217
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2-4/+46
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt2-7/+38
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt5-38/+160
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt1-27/+28
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt1-16/+53
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt1-14/+14