aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-02-111-1/+1
* cap_syslog: accept CAP_SYS_ADMIN for nowLinus Torvalds2011-02-101-19/+35
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-02-091-0/+7
|\
| * blktrace: Don't output messages if NOTIFY isn't set.Tao Ma2011-01-191-0/+7
* | CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-02-071-2/+2
* | CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-4/+8
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-02-061-1/+5
|\ \
| * | lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra2011-02-041-1/+5
* | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-045-41/+43
|\ \ \ | |/ / |/| |
| * | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-9/+10
| * | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-032-23/+24
| * | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-022-9/+9
* | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-031-3/+11
|\ \ \
| * | | genirq: Prevent irq storm on migrationThomas Gleixner2011-02-021-3/+11
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-02-031-1/+1
|\ \ \ \
| * | | | sched: Fix update_curr_rt()Peter Zijlstra2011-02-031-1/+1
| |/ / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-032-29/+24
|\ \ \ \ | |/ / / |/| | |
| * | | perf: Fix reading in perf_event_read()Peter Zijlstra2011-02-031-3/+4
| |/ /
| * | watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz2011-01-311-4/+6
| * | watchdog: Fix sysctl consistencyMarcin Slusarz2011-01-311-6/+7
| * | watchdog: Fix broken nowatchdog logicMarcin Slusarz2011-01-311-14/+6
| * | perf: Fix alloc_callchain_buffers()Eric Dumazet2011-01-271-2/+1
* | | Fix prlimit64 for suid/sgid processesKacper Kornet2011-01-311-1/+2
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-281-8/+5
|\ \ \ | |/ / |/| |
| * | sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner2011-01-261-1/+1
| * | sched: Fix/remove redundant cfs_rq checksPaul Turner2011-01-261-4/+1
| * | sched: Fix sign under-flows in wake_affinePaul Turner2011-01-261-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-261-1/+2
|\ \ \
| * | | Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft2011-01-241-1/+2
* | | | console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-46/+54
| |/ / |/| |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-251-19/+27
|\ \ \
| * | | perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov2011-01-211-1/+1
| * | | perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra2011-01-211-0/+3
| * | | perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov2011-01-191-5/+4
| * | | perf: Fix find_get_context() vs perf_event_exit_task() raceOleg Nesterov2011-01-191-14/+20
| | |/ | |/|
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-251-3/+4
|\ \ \
| * | | hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd2011-01-191-3/+4
| |/ /
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-251-25/+53
|\ \ \
| * | | sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang2011-01-241-25/+53
* | | | module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-11/+54
|/ / /
* | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-211-3/+17
|\ \ \
| * | | workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noopTejun Heo2011-01-111-1/+5
| * | | workqueue: relax lockdep annotation on flush_work()Tejun Heo2011-01-111-2/+12
* | | | genirq: Remove __do_IRQThomas Gleixner2011-01-212-114/+0
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-203-29/+8
|\ \ \ \
| * | | | smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo2011-01-201-4/+7
| * | | | lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-202-25/+1
| | |/ / | |/| |
* | | | Merge branch 'akpm'Linus Torvalds2011-01-201-6/+45
|\ \ \ \
| * | | | kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller2011-01-201-10/+19
| * | | | kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-01-201-0/+30
| |/ / /