summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar-114/+282
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau-2/+29
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau-40/+92
2019-02-10bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau-4/+7
2019-02-10softirq: Don't skip softirq execution when softirq thread is parkingMatthias Kaehlcke-1/+2
2019-02-10kthread: Add __kthread_should_park()Matthias Kaehlcke-1/+7
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner-4/+23
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner-157/+153
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner-0/+4
2019-02-10genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...Ming Lei-14/+13
2019-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2019-02-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-17/+52
2019-02-09bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau-4/+7
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney-335/+131
2019-02-09locking/locktorture: Convert to SPDX license identifierPaul E. McKenney-16/+3
2019-02-09torture: Convert to SPDX license identifierPaul E. McKenney-16/+3
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney-15/+2
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney-61/+9
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney-15/+2
2019-02-09rcu/sync: Convert to SPDX license identifierPaul E. McKenney-14/+1
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney-30/+4
2019-02-09rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney-16/+3
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney-30/+4
2019-02-09rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney-16/+3
2019-02-09rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney-15/+2
2019-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+59
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-81/+129
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-30/+50
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+3
2019-02-08printk: Export console_printkPrarit Bhargava-0/+1
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner-15/+50
2019-02-08futex: Fix barrier commentDavidlohr Bueso-2/+2
2019-02-07audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs-0/+5
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso-5/+5
2019-02-07signal: Better detection of synchronous signalsEric W. Biederman-1/+51
2019-02-07signal: Always notice exiting tasksEric W. Biederman-0/+6
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+8
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-46/+48
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani-2/+4
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani-24/+26
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann-79/+69
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes-14/+0
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du-0/+2
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du-2/+3
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du-1/+4
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre-0/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre-0/+1