summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra-2/+1
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio-9/+10
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio-2/+2
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra-0/+6
2017-05-15sched/debug: Print the scheduler topology group maskPeter Zijlstra-1/+11
2017-05-15sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra-11/+2
2017-05-15sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra-1/+1
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra-41/+4
2017-05-15sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio-19/+43
2017-05-15sched/clock: Print a warning recommending 'tsc=unstable'Peter Zijlstra-0/+1
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra-3/+9
2017-05-15cpuidle: Fix idle time trackingPeter Zijlstra-2/+9
2017-05-15sched/clock: Remove watchdog touchingPeter Zijlstra-1/+0
2017-05-15sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra-3/+3
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra-9/+30
2017-05-15sched/clock: Initialize all per-CPU state before switching (back) to unstablePeter Zijlstra-21/+39
2017-05-15sched/cfs: Make util/load_avg more stableVincent Guittot-3/+3
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)-1/+28
2017-05-14PM / hibernate: Declare variables as staticPushkar Jambhlekar-1/+1
2017-05-13pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai-2/+6
2017-05-13pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman-1/+1
2017-05-12gcov: support GCC 7.1Martin Liska-1/+9
2017-05-12time: delete current_fs_time()Deepa Dinamani-14/+0
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+6
2017-05-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller-1/+1
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller-7/+21
2017-05-11bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller-2/+6
2017-05-11bpf: Track alignment of register values in the verifier.David S. Miller-19/+89
2017-05-10Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-2/+3
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-720/+2710
2017-05-10Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+26
2017-05-10perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon-0/+6
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+16
2017-05-09Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap'Rafael J. Wysocki-5/+26
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-05-08Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-12/+10
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+11
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-10/+42
2017-05-08tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke-2/+3
2017-05-08trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani-15/+14
2017-05-08kernel/power/snapshot.c: use set_memory.h headerLaura Abbott-0/+3
2017-05-08kernel/module.c: use set_memory.h headerLaura Abbott-0/+3
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-11/+7
2017-05-08kcov: simplify interrupt checkDmitry Vyukov-8/+1
2017-05-08taskstats: add e/u/stime for TGID commandZhang Xiao-0/+14
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai-0/+34
2017-05-08pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai-1/+3
2017-05-08ia64: reuse append_elf_note() and final_note() functionsHari Bathini-48/+14
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini-407/+456