aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-27
|\
| * cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-24
* | Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-25
|\ \
| * | Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki2014-09-24
* | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-23
|\ \ \ | |/ / |/| / | |/
| * cgroup: fix unbalanced lockingZefan Li2014-09-18
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-19
|\ \
| * | perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-09-09
| | |
| \ \
*-. \ \ Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds2014-09-13
|\ \ \ \
| | * | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-12
| | * | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-12
| | * | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-12
| | * | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-12
| * | | | futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-09-12
|/ / / /
* | | | kcmp: fix standard comparison bugRasmus Villemoes2014-09-10
* | | | kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka2014-09-10
* | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-07
|\ \ \ \ | | |_|/ | |/| |
| * | | cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan2014-09-04
| * | | cgroup: delay the clearing of cgrp->kn->privLi Zefan2014-09-04
| * | | cgroup: Display legacy cgroup files on default hierarchyVivek Goyal2014-08-22
| * | | cgroup: reject cgroup names with '\n'Alban Crequy2014-08-18
* | | | Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-07
|\ \ \ \
| * | | | PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki2014-09-02
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-07
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2014-09-03
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-28
| | | |_|/ | | |/| |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-09-07
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-06
| * | | | compat: nanosleep: Clarify error handlingThomas Gleixner2014-09-06
| * | | | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-04
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-01
|\ \ \ \ | |/ / / |/| | |
| * | | irq: Export handle_fasteoi_irqVincent Stehlé2014-08-25
* | | | kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-29
* | | | resource: fix the case of null pointer accessVivek Goyal2014-08-29
* | | | Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-27
|\ \ \ \ | |_|/ / |/| | |
| * | | trace: Fix epoll hang when we race with new entriesJosef Bacik2014-08-25
* | | | Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-25
|\| | | | |/ / |/| |
| * | ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)2014-08-22
| * | ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)2014-08-22
| * | ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)2014-08-22
| * | ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)2014-08-22
| * | ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)2014-08-22
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-24
|\ \ | |/ |/|
| * perf: Handle compat ioctlPawel Moll2014-08-20
| * kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-08
* | module: Clean up ro/nx after early module load failuresAndy Lutomirski2014-08-15
* | Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-14
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-11
| |\ \ \ \
| | | | * | cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-06
| | * | | | PM / hibernate: avoid unsafe pages in e820 reserved regionsLee, Chun-Yi2014-08-06