summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-10-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-94/+49
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+9
2017-10-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-28/+20
2017-10-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+45
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov-0/+4
2017-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-23/+37
2017-10-12Merge branch 'waitid-fix'Linus Torvalds-0/+6
2017-10-11livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence-23/+37
2017-10-10Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King-1/+1
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra-0/+43
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra-111/+16
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin-1/+1
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon-0/+8
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra-28/+20
2017-10-09waitid(): Add missing access_ok() checksKees Cook-0/+6
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+6
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani-0/+1
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner-1/+4
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner-1/+27
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner-0/+14
2017-10-07bpf: fix liveness markingAlexei Starovoitov-0/+5
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-520/+372
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-7/+11
2017-10-06Merge branch 'pm-sleep'Rafael J. Wysocki-7/+11
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds-23/+38
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+2
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner-3/+10
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner-15/+18
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare-1/+1
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov-1/+1
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko-1/+3
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez-2/+0
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang-0/+18
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeJean Delvare-1/+1
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov-1/+1
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+8
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney-2/+2
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang-14/+0
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-142/+364
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-23/+35
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+15