aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* security: Define CAP_SYSLOGSerge E. Hallyn2010-11-291-1/+7
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-11-271-6/+6
|\
| * posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky2010-11-101-6/+6
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-275-15/+92
|\ \
| * | irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
| * | perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
| * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-182-2/+7
| |\ \
| | * | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-122-2/+7
| * | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2010-11-182-0/+31
| |\ \ \
| | * | | tracing: Fix recursive user stack traceSteven Rostedt2010-11-121-0/+19
| | * | | tracing: Fix module use of trace_bprintk()Steven Rostedt2010-11-101-0/+12
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-271-5/+3
|\ \ \ \ \
| * | | | | sched: Fix idle balancingNikhil Rao2010-11-181-1/+3
| * | | | | sched: Fix volanomark performance regressionAlex Shi2010-11-181-4/+0
* | | | | | Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds2010-11-191-1/+1
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-11-181-10/+11
|\ \ \ \ \ \
| * | | | | | kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang2010-11-171-4/+4
| * | | | | | kdb: fix memory leak in kdb_main.cJovi Zhang2010-11-171-6/+7
| | |/ / / / | |/| | | |
* | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
| |/ / / / |/| | | |
* | | | | kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner2010-11-161-1/+1
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-163-22/+61
|\ \ \ \ \
| * | | | | sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2010-11-113-18/+27
| * | | | | sched: Fix runnable condition for stoptaskPeter Zijlstra2010-11-101-1/+1
| * | | | | sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-102-3/+33
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-11-162-2/+6
|\ \ \ \ \
| * | | | | PM / PM QoS: Fix reversed min and maxColin Cross2010-11-151-2/+2
| * | | | | PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown2010-11-111-0/+4
| |/ / / /
* | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-11-162-2/+4
|\ \ \ \ \
| * | | | | futex: Address compiler warnings in exit_robust_listDarren Hart2010-11-102-2/+4
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-11-161-1/+1
|\ \ \ \ \
| * | | | | [S390] ftrace: build without frame pointers on s390Heiko Carstens2010-11-101-1/+1
| |/ / / /
* | | | | kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches2010-11-161-1/+1
| |/ / / |/| | |
* | | | capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-151-1/+14
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-121-4/+0
|\ \ \ \
| * | | | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-4/+0
| |/ / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-121-8/+34
|\ \ \ \ | | |/ / | |/| |
| * | | perf_events: Fix time tracking in samplesStephane Eranian2010-11-101-8/+34
| |/ /
* | | Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-122-0/+15
* | | latencytop: fix per task accumulatorKen Chen2010-11-121-9/+8
* | | kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov2010-11-121-1/+1
|/ /
* | watchdog: Fix section mismatch and potential undefined behavior.David Daney2010-11-051-1/+1
* | posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov2010-11-051-0/+8
* | Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl2010-11-051-11/+4
| |
| \
*-. \ Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-311-0/+4
|\ \ \
| * | | genirq: Warn if enable_irq is called before irq is set upThomas Gleixner2010-10-221-0/+4
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-302-21/+82
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt2010-10-291-0/+7
| * | | | jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-291-13/+13
| * | | | jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-282-12/+27
| * | | | jump label: Fix module __init section raceJason Baron2010-10-281-1/+40