summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi2011-01-132-0/+10
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-115-43/+62
|\
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-0939-1082/+2144
| |\
| | * tracing: Fix TRACE_EVENT power tracepoint creationMathieu Desnoyers2011-01-072-1/+2
| | * tracing: Fix preempt count leakLi Zefan2011-01-071-4/+2
| * | perf_events: Add perf_event_time()Stephane Eranian2011-01-071-14/+24
| * | perf_events: Generalize use of event_filter_match()Stephane Eranian2011-01-071-8/+8
| * | perf_events: Move code around to prepare for cgroupStephane Eranian2011-01-072-16/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-01-101-4/+10
|\ \ \
| * \ \ Merge branch 'master' into nextJames Morris2011-01-1062-1736/+3665
| |\ \ \
| * | | | syslog: check cap_syslog when dmesg_restrictSerge E. Hallyn2010-12-091-10/+10
| * | | | security: Define CAP_SYSLOGSerge E. Hallyn2010-11-291-1/+7
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-01-101-1/+1
|\ \ \ \ \
| * | | | | kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIGBen Gardiner2010-12-141-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-105-11/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-243-4/+4
| * | | | | PM / Hibernate: When failed, in_suspend should be resetMyungJoo Ham2010-12-241-0/+1
| * | | | | PM / Hibernate: hibernation_ops->leave should be checked tooMyungJoo Ham2010-12-241-1/+1
| * | | | | Freezer: Fix a race during freezing of TASK_STOPPED tasksTejun Heo2010-12-242-2/+13
| * | | | | PM: Use proper ccflag flag in kernel/power/MakefileTracey Dent2010-12-241-4/+1
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-0711-63/+62
|\ \ \ \ \ \
| * | | | | | irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter2010-12-181-9/+9
| * | | | | | taskstats: Use this_cpu_opsChristoph Lameter2010-12-171-3/+2
| * | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-173-5/+8
| |\ \ \ \ \ \
| * | | | | | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-179-49/+49
| * | | | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-4/+4
* | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: allow chained queueing during destructionTejun Heo2010-12-201-1/+59
* | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-077-35/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-074-4/+4
| * | | | | | | | | sched: Fix strncmp operationHillf Danton2011-01-071-1/+1
| * | | | | | | | | sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith2011-01-071-4/+3
| * | | | | | | | | sched: Fix struct autogroup memory leakMike Galbraith2011-01-071-0/+1
| * | | | | | | | | sched: Mark autogroup_init() __initYong Zhang2011-01-071-1/+1
| * | | | | | | | | sched: Consolidate the name of root_task_group and init_task_groupYong Zhang2011-01-072-25/+23
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-6/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers2010-12-161-0/+2
| * | | | | | | | | console: move for_each_console to linux/console.hJiri Slaby2010-11-161-6/+0
* | | | | | | | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-071-15/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
| * | | | | | | | | | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| * | | | | | | | | | fs: dcache remove dcache_lockNick Piggin2011-01-071-6/+0
| * | | | | | | | | | fs: dcache scale subdirsNick Piggin2011-01-071-2/+17
| * | | | | | | | | | fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+0
| * | | | | | | | | | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
| * | | | | | | | | | cgroup fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-5/+22
* | | | | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'clksrc' into develRussell King2011-01-051-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix rounding in clocks_calc_mult_shift()john stultz2010-12-221-0/+1
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*---------. \ \ \ \ \ \ \ \ \ \ Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds2011-01-062-10/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / / / | | | | | | |/| | | | | | | | |
OpenPOWER on IntegriCloud