aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-31kdb: Use for_each_console() helperGravatar Andy Shevchenko 1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpGravatar Colin Ian King 1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsGravatar Douglas Anderson 1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsGravatar Douglas Anderson 3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedGravatar Douglas Anderson 1-1/+0
2020-01-31kdb: kdb_current_regs should be privateGravatar Douglas Anderson 1-0/+1
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-5/+17
2020-01-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+12
2020-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-71/+72
2020-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+3
2020-01-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-6/+6
2020-01-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2020-01-18Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+10
2020-01-18ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Gravatar Christian Brauner 1-5/+10
2020-01-17perf: Correctly handle failed perf_get_aux_event()Gravatar Mark Rutland 1-1/+3
2020-01-17locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNGravatar Waiman Long 1-2/+2
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-5/+17
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Gravatar Daniel Borkmann 2-5/+17
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateGravatar Eric Dumazet 1-5/+9
2020-01-14Merge branch 'dhowells' (patches from DavidH)Gravatar Linus Torvalds 1-2/+2
2020-01-14keys: Fix request_key() cacheGravatar David Howells 1-2/+2
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-4/+16
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaGravatar Arnd Bergmann 1-0/+3
2020-01-09cpu/SMT: Fix x86 link error without CONFIG_SYSFSGravatar Arnd Bergmann 1-71/+72
2020-01-09futex: Fix kernel-doc notation warningGravatar Randy Dunlap 1-0/+1
2020-01-07clone3: ensure copy_thread_tls is implementedGravatar Amanieu d'Antras 1-0/+10
2020-01-06Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 6-6/+27
2020-01-06bpf: Fix passing modified ctx to ld/abs/ind instructionGravatar Daniel Borkmann 1-2/+7
2020-01-06bpf: cgroup: prevent out-of-order release of cgroup bpfGravatar Roman Gushchin 1-2/+9
2020-01-04memcg: account security cred as well to kmemcgGravatar Shakeel Butt 1-3/+3
2020-01-03tracing: Fix indentation issueGravatar Colin Ian King 1-1/+1
2020-01-03Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-15/+27
2020-01-03kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Gravatar Kaitao Cheng 1-1/+3
2020-01-02ftrace: Avoid potential division by zero in function profilerGravatar Wen Yang 1-3/+3
2020-01-02tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedGravatar Steven Rostedt (VMware) 1-0/+5
2020-01-02tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsGravatar Steven Rostedt (VMware) 1-0/+14
2020-01-02Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+7
2020-01-02tracing: Initialize val to zero in parse_entry of inject codeGravatar Steven Rostedt (VMware) 1-1/+1
2020-01-02seccomp: Check that seccomp_notif is zeroed out by the userGravatar Sargun Dhillon 1-0/+7
2019-12-30ptp: fix the race between the release of ptp_clock and cdevGravatar Vladis Dronov 1-18/+13
2019-12-25locking/lockdep: Fix buffer overrun problem in stack_trace[]Gravatar Waiman Long 1-4/+3
2019-12-25rseq: Reject unknown flags on rseq unregisterGravatar Mathieu Desnoyers 1-0/+2
2019-12-22bpf: Fix precision tracking for unbounded scalarsGravatar Daniel Borkmann 1-21/+22
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 5-38/+92
2019-12-21Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 5-8/+35
2019-12-21tracing: Fix endianness bug in histogram triggerGravatar Sven Schnelle 1-1/+20
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Gravatar Prateek Sood 2-4/+12
2019-12-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+15
2019-12-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1