summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-07Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki15-44/+74
2014-06-01PM / hibernate: fixed typo in commentNiv Yehezkel1-1/+1
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki2-8/+36
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-05-20Merge branch 'pm-sleep' into acpi-pmRafael J. Wysocki3-22/+27
2014-05-17PM / hibernate: Fix memory corruption in resumedelay_setup()Dan Carpenter1-2/+2
2014-05-16ACPI / PM: Hold ACPI scan lock over the "freeze" sleep stateRafael J. Wysocki1-0/+15
2014-05-10PM / hibernate: convert simple_strtoul to kstrtoulFabian Frederick1-1/+4
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-12/+12
2014-05-09Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers1-2/+2
2014-05-07Merge branch 'pm-cpuidle' into pm-sleepRafael J. Wysocki2-13/+9
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki1-0/+2
2014-05-06asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen6-12/+12
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+12
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+23
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-05-03tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)1-1/+1
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+0
2014-05-01PM / hibernate: no kernel_power_off when pm_power_off NULLSebastian Capella1-2/+4
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki1-13/+7
2014-04-30timer: Prevent overflow in apply_slackJiri Bohac1-1/+1
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma1-0/+5
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes1-0/+17
2014-04-29Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-23/+7
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2-23/+7
2014-04-28PM / hibernate: use unsigned local variables in swsusp_show_speed()Chen Gang1-5/+9
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2-0/+12
2014-04-28module: remove warning about waiting module removal.Rusty Russell1-3/+0
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+6
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-04-22PM / suspend: Make cpuidle work in the "freeze" stateRafael J. Wysocki1-0/+3
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-04-19kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2014-04-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+5
2014-04-18genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-11/+6
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)1-0/+6
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+9
2014-04-17tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)1-6/+10
2014-04-16seccomp: fix memory leak on filter attachKees Cook1-0/+2
2014-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+8
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar1-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar1-1/+1
2014-04-15user namespace: fix incorrect memory barriersMikulas Patocka1-6/+5