summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei
2018-04-06genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei
2018-04-06genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-04genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt