summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney4-61/+9
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-02-09rcu/sync: Convert to SPDX license identifierPaul E. McKenney1-14/+1
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2-30/+4
2019-02-09rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2-30/+4
2019-02-09rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-02-09rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+59
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-81/+129
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-30/+50
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2019-02-08printk: Export console_printkPrarit Bhargava1-0/+1
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner2-15/+50
2019-02-08futex: Fix barrier commentDavidlohr Bueso1-2/+2
2019-02-08audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs1-0/+5
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2-5/+5
2019-02-07signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-07signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+8
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann8-46/+48
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani2-2/+4
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani7-24/+26
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann3-79/+69
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes1-14/+0
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du1-0/+2
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du1-2/+3
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du1-1/+4
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)1-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre1-0/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre1-0/+1
2019-02-06function_graph: Support displaying relative timestampChangbin Du4-6/+32
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier1-1/+1
2019-02-06livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek1-20/+6
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek3-5/+11
2019-02-06livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi1-1/+1
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry1-0/+35
2019-02-05genirq: Provide NMI handlersJulien Thierry1-0/+54
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry1-0/+177
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry3-3/+233
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman1-3/+2
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe23-91/+234
2019-02-04powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy1-4/+0
2019-02-04genirq: export irq_chip_set_wake_parent symbolBrian Masney1-0/+1
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2-7/+8