summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-304-199/+49
|\
| * sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-0/+2
| * sched: Document task_struct::personality fieldAndrei Epure2013-04-121-1/+3
| * cgroup: Kill subsys.active flagLi Zefan2013-04-101-1/+0
| * math64: New div64_u64_rem helperFrederic Weisbecker2013-03-131-1/+18
| * Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-03-082-4/+24
| |\
| | * cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-2/+2
| | * context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-7/+12
| | * context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-1/+16
| * | sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2013-03-061-21/+0
| * | sched: Make default_scale_freq_power() staticLi Zefan2013-03-061-3/+0
| * | sched: Move struct sched_class to kernel/sched/sched.hLi Zefan2013-03-061-59/+0
| * | sched: Move wake flags to kernel/sched/sched.hLi Zefan2013-03-061-7/+0
| * | sched: Move struct sched_group to kernel/sched/sched.hLi Zefan2013-03-061-56/+2
| * | sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan2013-03-061-25/+0
| * | sched: Remove test_sd_parent()Li Zefan2013-03-061-9/+0
| * | sched: Remove some dummy functionsLi Zefan2013-03-061-12/+0
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-305-23/+92
|\ \
| * \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-2121-38/+95
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-0/+8
| |\ \ \
| | * | | uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-131-0/+3
| | * | | uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2013-04-131-0/+1
| | * | | uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2013-04-131-0/+3
| | * | | uprobes: Add trap variant helperAnanth N Mavinakayanahalli2013-04-041-0/+1
| * | | | kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-082-5/+7
| * | | | perf: Fix comments in PERF_MEM_LVL bitmaskStephane Eranian2013-04-081-2/+2
| * | | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2013-04-0843-55/+204
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian2013-04-011-0/+1
| * | | | perf: Add generic memory sampling interfaceStephane Eranian2013-04-012-2/+68
| * | | | perf/core: Add weighted samplesAndi Kleen2013-04-012-1/+7
| * | | | perf/x86: Add flags to event constraintsStephane Eranian2013-04-011-0/+1
| * | | | perf/x86: Improve sysfs event mapping with event stringStephane Eranian2013-03-261-0/+1
| * | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-03-2120-49/+106
| |\ \ \ \
| * | | | | perf: Remove include of cgroup.h from perf_event.hLi Zefan2013-03-061-17/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-304-1/+62
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-104-1/+62
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-264-1/+62
| | |\ \ \ \ \ \
| | | | * | | | | rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney2013-03-261-8/+8
| | | | * | | | | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-0/+1
| | | | * | | | | rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney2013-03-261-0/+55
| | | |/ / / / / | | |/| | | | |
| | | * | | | | rcu: Fix hlist_bl_set_first_rcu() annotationSteven Whitehouse2013-03-122-1/+6
| | |/ / / / /
* | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-2915-36/+82
|\ \ \ \ \ \ \
| * | | | | | | net: rename random32 to prandomAkinobu Mita2013-04-291-2/+2
| * | | | | | | inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton2013-04-291-1/+0
| * | | | | | | idr: introduce idr_alloc_cyclic()Jeff Layton2013-04-291-0/+2
| * | | | | | | fat: restructure export_operationsNamjae Jeon2013-04-291-0/+11
| * | | | | | | drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han2013-04-291-2/+2
| * | | | | | | rtc: add devm_rtc_device_{register,unregister}()Jingoo Han2013-04-291-0/+6
| * | | | | | | lib, net: make isodigit() public and use itAndy Shevchenko2013-04-291-0/+6
| * | | | | | | drivers/video/backlight/tps65217_bl.c add default brightness value optionMatus Ujhelyi2013-04-291-0/+1