summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven
2018-10-09dma-direct: document the zone selection logicChristoph Hellwig
2018-10-08bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd
2018-10-08signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar
2018-10-06kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2018-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-05printk: Add KBUILD_MODNAME and remove a redundant print prefixHe Zhe
2018-10-05printk: Correct wrong castingHe Zhe
2018-10-05printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-10-05cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov
2018-10-05dma-direct: fix return value of dma_direct_supportedAlexander Duyck
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-10-04sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03signal: Use a smaller struct siginfo in the kernelEric W. Biederman
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-10-03signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-03bpf: Add reference tracking to verifierJoe Stringer
2018-10-03bpf: Macrofy stack state copyJoe Stringer
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer
2018-10-03bpf: Generalize ptr_or_null regs checkJoe Stringer
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer
2018-10-03bpf: Add iterator for spilled registersJoe Stringer
2018-10-02printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky
2018-10-02printk: Do not miss new messages when replaying the logPetr Mladek
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann