aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra1-2/+4
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra1-13/+33
2019-02-28lockdep/lib/tests: Test dynamic key registrationBart Van Assche3-5/+17
2019-02-28lockdep/lib/tests: Fix run_tests.shBart Van Assche1-3/+3
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2-33/+54
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche2-11/+131
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as class keysBart Van Assche1-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche1-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche1-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche1-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche3-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche1-8/+16
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche2-51/+354
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche1-5/+3
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche3-0/+13
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche1-36/+36
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche1-2/+27
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2-6/+14
2019-02-28locking/lockdep: Reorder struct lock_class membersBart Van Assche1-7/+7
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche1-10/+1
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche1-1/+2
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche1-7/+7
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche1-2/+2
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long1-3/+0
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra2-36/+20
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar768-3939/+7450
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds4-72/+0
2019-02-24Linux 5.0-rc8Linus Torvalds1-1/+1
2019-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+21
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-420/+568
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2-0/+15
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-23net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens1-7/+3
2019-02-23Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu1-8/+1
2019-02-23selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo1-0/+1
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier1-1/+5
2019-02-23Merge tag 'powerpc-5.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+4
2019-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+14
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-34/+69
2019-02-22Merge branch 'fixes-v5.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-7/+5
2019-02-22Merge tag 'pm-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2019-02-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-73/+96
2019-02-22Merge tag 'arc-5.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds14-73/+188
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-22Merge branch 'parisc-5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-22/+32
2019-02-22Merge tag 'kbuild-fixes-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+3