aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPGravatar Andrea Arcangeli 1-1/+1
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structGravatar Andrea Arcangeli 1-0/+1
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyGravatar Andrea Arcangeli 1-3/+4
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Gravatar Ulrich Obergfell 1-4/+22
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Gravatar Ulrich Obergfell 1-35/+0
2015-09-04watchdog: use park/unpark functions in update_watchdog_all_cpus()Gravatar Ulrich Obergfell 1-38/+2
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Gravatar Ulrich Obergfell 1-0/+65
2015-09-04watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Gravatar Ulrich Obergfell 1-0/+36
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGravatar Guenter Roeck 1-2/+0
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskGravatar Frederic Weisbecker 1-4/+2
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationGravatar Frederic Weisbecker 2-11/+12
2015-09-04smpboot: make cleanup to mirror setupGravatar Frederic Weisbecker 1-10/+2
2015-09-04smpboot: fix memory leak on error handlingGravatar Frederic Weisbecker 1-0/+1
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-3/+4
2015-09-04capabilities: ambient capabilitiesGravatar Andy Lutomirski 1-0/+1
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationGravatar Andrew Morton 1-3/+4
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 10-558/+306
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-68/+295
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-15/+7
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 6-25/+474
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+27
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+4
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-18/+25
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-76/+112
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-75/+82
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+3
2015-09-01Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'Gravatar Rafael J. Wysocki 3-3/+27
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-49/+35
2015-08-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+8
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 18-815/+610
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-106/+262
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-498/+632
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+8
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+15
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-3/+20
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Gravatar Alexei Starovoitov 1-2/+30
2015-08-28lib: introduce strncpy_from_unsafe()Gravatar Alexei Starovoitov 1-16/+4
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+20
2015-08-26tracing/uprobes: Do not print '0x (null)' when offset is 0Gravatar Wang Nan 1-1/+16
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Gravatar Tejun Heo 1-15/+26
2015-08-25cgroup: pids: fix invalid get/put usageGravatar Aleksa Sarai 1-15/+4
2015-08-25sched: Fix cpu_active_mask/cpu_online_mask raceGravatar Jan H. Schönherr 1-0/+8
2015-08-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+12
2015-08-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+18
2015-08-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGravatar Guenter Roeck 1-0/+1
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-30/+84
2015-08-20Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 4-29/+40