summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior1-1/+1
2020-03-21lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior1-1/+5
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior3-0/+4
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2-2/+6
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra6-17/+162
2020-03-21completion: Use simple wait queuesThomas Gleixner1-17/+19
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner2-1/+17
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner5-17/+28
2020-03-21rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)1-1/+1
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra1-3/+59
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra1-41/+48
2020-03-20locking/lockdep: Fix bad recursion patternPeter Zijlstra1-34/+40
2020-03-20locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng1-0/+4
2020-03-06futex: Remove {get,drop}_futex_key_refs()Peter Zijlstra1-84/+6
2020-03-06futex: Remove pointless mmgrap() + mmdrop()Peter Zijlstra1-13/+1
2020-03-06Merge branch 'locking/urgent'Peter Zijlstra29-551/+674
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-36/+53
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+83
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki1-1/+1
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+60
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-35/+127
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds1-9/+14
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu1-1/+0
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara1-31/+83
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+24
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+0
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+57
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann2-107/+0
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu1-1/+2
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu1-2/+2
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)1-6/+6
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi1-3/+29
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi1-2/+12
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi1-4/+58
2020-02-20tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi1-17/+17
2020-02-20PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni1-1/+1
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-9/+57
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song1-3/+31
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez1-2/+22
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt1-9/+0
2020-02-18Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-56/+56
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-53/+117
2020-02-14Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+5