aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Don't switch consoles or sync on suspend.NeilBrown2013-03-091-6/+6
* HACK - resume irqs in reverse order.NeilBrown2013-03-091-1/+1
* hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross2013-02-191-5/+118
* PM / Suspend: Print wall time at suspend entry and exitTodd Poynor2013-02-191-0/+15
* debug: add parameters to prevent entering debug mode on errorsColin Cross2013-02-191-0/+12
* kdb: support new lines without carriage returnsColin Cross2013-02-191-2/+10
* Move x86_64 idle notifiers to genericTodd Poynor2013-02-191-0/+20
* sched: Add a generic notifier when a task struct is about to be freedSan Mehat2013-02-191-0/+16
* proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat2013-02-191-1/+2
* PM / Sleep: Add wake lock api wrapper on top of wakeup sourcesArve Hjønnevåg2013-02-191-0/+8
* mm: Add min_free_order_shift tunable.Arve Hjønnevåg2013-02-191-0/+8
* ARM: Make low-level printk workTony Lindgren2013-02-191-0/+8
* cgroup: Add generic cgroup subsystem permission checksColin Cross2013-02-192-3/+48
* power: Add option to log time spent in suspendColin Cross2013-02-193-0/+119
* panic: Add board ID to panic outputNishanth Menon2013-02-191-0/+8
* PM: Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor2013-02-191-1/+6
* Revert "genirq: Do not consider disabled wakeup irqs"Arve Hjønnevåg2013-02-191-6/+1
* Add build option to to set the default panic timeout.Arve Hjønnevåg2013-02-191-1/+4
* sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg2013-02-191-1/+12
* kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman2013-02-121-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-053-4/+4
|\
| * sched/debug: Fix format string for 32-bit platformsArnd Bergmann2013-01-251-2/+2
| * sched: Fix warning in kernel/sched/fair.cArnd Bergmann2013-01-251-1/+1
| * sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-01-251-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-051-2/+18
|\ \
| * | perf: Fix event group context moveJiri Olsa2013-02-031-2/+18
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-051-3/+10
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2013-01-241-3/+10
| |\ \ | | |/ | |/|
| | * rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker2013-01-081-2/+8
| | * rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker2013-01-081-1/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-311-1/+12
|\ \ \
| * | | smp: Fix SMP function call empty cpu mask raceWang YanQing2013-01-281-1/+12
* | | | Revert "console: implement lockdep support for console_lock"Dave Airlie2013-01-311-9/+0
| |/ / |/| |
* | | async: fix __lowest_in_progress()Tejun Heo2013-01-221-7/+20
* | | Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-221-1/+1
|\ \ \
| * | | ftrace: Be first to run code modification on modulesSteven Rostedt2013-01-211-1/+1
| |/ /
* | | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-01-221-1/+2
* | | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-222-10/+59
* | | ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-222-14/+8
* | | module: fix missing module_mutex unlockLinus Torvalds2013-01-201-1/+1
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-202-46/+110
|\ \ \
| * | | module: put modules in list much earlier.Rusty Russell2013-01-121-41/+49
| * | | module: add new state MODULE_STATE_UNFORMED.Rusty Russell2013-01-122-5/+54
| * | | module: prevent warning when finit_module a 0 sized fileSasha Levin2013-01-031-0/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-203-12/+22
|\ \ \ \
| * | | | sys_clone() needs asmlinkage_protectAl Viro2013-01-191-2/+4
| * | | | x32: fix sigtimedwaitAl Viro2012-12-261-1/+1
| * | | | x32: fix waitid()Al Viro2012-12-261-1/+5
| * | | | switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINEAl Viro2012-12-261-6/+9
| * | | | switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINEAl Viro2012-12-261-2/+3
| |/ / /