summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds-1/+1
2010-11-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-10/+11
2010-11-17kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang-4/+4
2010-11-17kdb: fix memory leak in kdb_main.cJovi Zhang-6/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-11-16kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner-1/+1
2010-11-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+61
2010-11-16Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+6
2010-11-16Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+4
2010-11-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds-1/+1
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris-1/+14
2010-11-15PM / PM QoS: Fix reversed min and maxColin Cross-2/+2
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-4/+0
2010-11-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+34
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg-0/+15
2010-11-12latencytop: fix per task accumulatorKen Chen-9/+8
2010-11-12kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov-1/+1
2010-11-11sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra-18/+27
2010-11-11PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown-0/+4
2010-11-10sched: Fix runnable condition for stoptaskPeter Zijlstra-1/+1
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha-3/+33
2010-11-10perf_events: Fix time tracking in samplesStephane Eranian-8/+34
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig-4/+0
2010-11-10futex: Address compiler warnings in exit_robust_listDarren Hart-2/+4
2010-11-10[S390] ftrace: build without frame pointers on s390Heiko Carstens-1/+1
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.David Daney-1/+1
2010-11-05posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov-0/+8
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl-11/+4
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds-0/+4
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds-21/+82
2010-10-30audit mmapAl Viro-0/+16
2010-10-30audit: Use rcu for task lookup protectionThomas Gleixner-16/+14
2010-10-30audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner-2/+4
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner-16/+9
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro-2/+7
2010-10-30audit: make functions staticStephen Hemminger-9/+6
2010-10-30Audit: add support to match lsm labels on user audit messagesMiloslav Trmac-0/+12
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-49/+15
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng-13/+3
2010-10-29kdb: Fix early debugging crash regressionJason Wessel-1/+1
2010-10-29kdb: fix per_cpu command to remove supress maskJason Wessel-35/+11
2010-10-29jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt-0/+7
2010-10-29jump label: Fix error with preempt disable holding mutexSteven Rostedt-13/+13
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+11
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+24
2010-10-29convert cgroup and cpusetAl Viro-13/+11
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-16/+135
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron-12/+27
2010-10-28jump label: Fix module __init section raceJason Baron-1/+40