summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2019-02-06function_graph: Support displaying relative timestampChangbin Du-6/+32
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier-1/+1
2019-02-06livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek-20/+6
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek-5/+11
2019-02-06livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi-1/+1
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry-0/+35
2019-02-05genirq: Provide NMI handlersJulien Thierry-0/+54
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry-0/+177
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry-3/+233
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman-3/+2
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe-91/+234