aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-1415-118/+161
|\
| * mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-142-0/+19
| * kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven2014-10-141-0/+2
| * kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2014-10-141-0/+13
| * lib80211: remove unused print_ssid()Andy Shevchenko2014-10-141-5/+0
| * lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-141-0/+31
| * lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-141-34/+0
| * include/linux: remove strict_strto* definitionsDaniel Walter2014-10-141-4/+0
| * lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-141-1/+1
| * x86: optimize resource lookups for ioremapMike Travis2014-10-141-0/+1
| * rbtree: add comment to rb_insert_augmented()Lai Jiangshan2014-10-141-0/+10
| * kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-141-0/+1
| * signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov2014-10-141-16/+13
| * lib: remove prio_heapLai Jiangshan2014-10-141-58/+0
| * list: include linux/kernel.hMasahiro Yamada2014-10-141-0/+1
| * drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-0/+3
| * kernel: add support for gcc 5Sasha Levin2014-10-141-0/+66
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-142-1/+3
|\ \
| * | s390: add support for vector extensionMartin Schwidefsky2014-10-091-0/+2
| * | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-091-1/+1
* | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-141-9/+16
|\ \ \
| * | | seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski2014-09-031-1/+1
| * | | seccomp: Refactor the filter callback and the APIAndy Lutomirski2014-09-031-0/+6
| * | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-10/+11
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-141-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: HPET force enable for e6xx based systemsPeter Neubauer2014-09-151-0/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-136-6/+41
|\ \ \ \
| * | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-032-0/+4
| * | | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-0/+2
| * | | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-0/+2
| * | | | seqlock: Add irqsave variant of read_seqbegin_or_lock()Rik van Riel2014-09-191-0/+19
| * | | | smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu2014-09-191-0/+2
| * | | | sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu2014-09-191-0/+1
| * | | | time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-081-0/+1
| * | | | Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar2014-09-08457-3726/+12559
| |\ \ \ \
| * | | | | sched/wait: Document timeout corner caseScot Doyle2014-09-051-6/+10
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-133-10/+22
|\ \ \ \ \ \
| * | | | | | perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2014-09-241-0/+1
| * | | | | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-0921-76/+178
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'rfc/perf' into perf/core, because it's ready for inclusionIngo Molnar2014-08-241-9/+8
| |\ \ \ \ \ \
| | * | | | | | jump_label: Fix small typos in the documentationIngo Molnar2014-08-101-9/+8
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-24444-3683/+12414
| |\ \ \ \ \ \
| * | | | | | | perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa2014-08-241-0/+1
| * | | | | | | perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian2014-08-131-1/+8
| * | | | | | | perf: Add queued work to remove orphaned child eventsJiri Olsa2014-08-131-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-136-61/+11
|\ \ \ \ \ \ \
| * | | | | | | locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-031-9/+1
| * | | | | | | locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-131-1/+9
| * | | | | | | locking/spinlocks: Always evaluate the second argument of spin_lock_nested()Bart Van Assche2014-08-131-1/+7
| * | | | | | | locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-133-3/+3