aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Do not expose section addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Refactor section attr into bin attributeKees Cook
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma
2020-07-01arch: remove unicore32 portMike Rapoport
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29torture: Dump ftrace at shutdown only if requestedPaul E. McKenney
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney
2020-06-29locktorture: Use true and false to assign to bool variablesZou Wei
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney
2020-06-29refperf: Add test for RCU Tasks readersPaul E. McKenney
2020-06-29refperf: Add test for RCU Tasks Trace readers.Paul E. McKenney
2020-06-29refperf: Change readdelay module parameter to nanosecondsPaul E. McKenney
2020-06-29refperf: Work around 64-bit divisionArnd Bergmann
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney
2020-06-29refperf: Simplify initialization-time wakeup protocolPaul E. McKenney
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney
2020-06-29refperf: Add warmup and cooldown processing phasesPaul E. McKenney
2020-06-29refperf: More closely synchronize reader start timesPaul E. McKenney
2020-06-29refperf: Convert reader_task structure's "start" field to intPaul E. McKenney