summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann
2017-10-13printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)
2017-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-10-12Merge branch 'waitid-fix'Linus Torvalds
2017-10-12tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner
2017-10-11bpf: remove redundant variable old_flagsColin Ian King
2017-10-11Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki
2017-10-11livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-10ftrace: Clear hashes of stale ips of init memoryJoel Fernandes
2017-10-10tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes
2017-10-10Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-10bpf: write back the verifier log buffer as it gets filledJakub Kicinski
2017-10-10bpf: move instruction printing into a separate fileJakub Kicinski
2017-10-10bpf: move global verifier log into verifier environmentJakub Kicinski
2017-10-10bpf: encapsulate verifier log state into a structureJakub Kicinski
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-10-10audit: Record fanotify access control decisionsSteve Grubb
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09waitid(): Add missing access_ok() checksKees Cook