summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-02-035-32/+19
|\
| * kdb: Use for_each_console() helperAndy Shevchenko2020-01-311-6/+3
| * kdb: remove redundant assignment to pointer bpColin Ian King2020-01-311-1/+0
| * kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson2020-01-311-15/+13
| * kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-313-9/+2
| * kdb: kdb_current_task shouldn't be exportedDouglas Anderson2020-01-311-1/+0
| * kdb: kdb_current_regs should be privateDouglas Anderson2020-01-311-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-0/+1
|\ \
| * | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
* | | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-9/+13
|\ \ \ | |/ / |/| |
| * | module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu2020-01-201-5/+4
| * | modsign: print module name along with error messageJessica Yu2020-01-151-1/+1
| * | kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-01-081-0/+2
| * | modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu2019-12-091-3/+6
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-291-2/+2
|\ \ \
| * | | mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-2/+2
* | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-293-1/+116
|\ \ \ \
| * | | | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-281-0/+25
| * | | | sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-261-1/+1
| * | | | pid: Implement pidfd_getfd syscallSargun Dhillon2020-01-131-0/+90
| |/ / /
* | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-291-1/+3
|\ \ \ \
| * | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-1/+3
| |/ / /
* | | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-294-66/+23
|\ \ \ \
| * | | | y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9
| * | | | y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
| * | | | tsacct: add 64-bit btime fieldArnd Bergmann2019-12-181-0/+1
| * | | | acct: stop using get_seconds()Arnd Bergmann2019-12-182-4/+8
| | |/ / | |/| |
* | | | Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-01-291-2/+2
|\ \ \ \
| * | | | printk: fix exclusive_console replayingJohn Ogness2020-01-021-2/+2
* | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-7/+7
|\ \ \ \ \
| * | | | | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-082-7/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-291-1/+0
|\ \ \ \ \
| * | | | | rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney2020-01-251-1/+0
* | | | | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-1/+1
* | | | | | | Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-281-2/+4
|\ \ \ \ \ \ \
| * | | | | | | tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)2020-01-271-2/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2821-621/+2798
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-276-27/+112
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend2020-01-271-2/+3
| | * | | | | | | | bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend2020-01-271-10/+11
| | * | | | | | | | bpf: map_seq_next should always increase position indexVasily Averin2020-01-271-2/+1
| | * | | | | | | | bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa2020-01-253-12/+79
| | * | | | | | | | bpf: Allow BTF ctx access for string pointersJiri Olsa2020-01-251-0/+16
| | * | | | | | | | bpf, devmap: Pass lockdep expression to RCU listsAmol Grover2020-01-231-1/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-268-80/+168
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2315-411/+2365
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-223-0/+37
| | * | | | | | | | | bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-224-27/+266
| | * | | | | | | | | bpf: Fix error path under memory pressureAlexei Starovoitov2020-01-221-2/+7