summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-08-31rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney3-47/+32
2018-08-31rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney3-37/+22
2018-08-31rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney3-23/+24
2018-08-31rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney3-11/+17
2018-08-31rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney3-23/+9
2018-08-31rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney3-9/+19
2018-08-31rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2-0/+6
2018-08-31rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney1-5/+1
2018-08-31rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-0/+5
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+15
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-14/+54
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds4-2/+31
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-4/+5
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-44/+82
2018-08-24i2c: ocores: update my email addressPeter Korsgaard1-1/+1
2018-08-24i2c: remove deprecated attach_adapter callbackWolfram Sang1-6/+0
2018-08-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-164/+181
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder6-17/+20
2018-08-24docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-137/+154
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi2-10/+5
2018-08-24namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2018-08-24Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-6/+35
2018-08-24Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-3/+16
2018-08-24Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2-8/+16
2018-08-24Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-0/+12
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+10
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds7-13/+107
2018-08-23include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers4-232/+127
2018-08-23sunrpc: Extract target name into svc_credChuck Lever1-0/+3
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+21
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-5/+0
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-96/+287
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul1-1/+1
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso1-1/+0
2018-08-22signal: make get_signal() return boolChristian Brauner1-1/+1
2018-08-22signal: make unhandled_signal() return boolChristian Brauner1-1/+1
2018-08-22signal: make force_sigsegv() voidChristian Brauner1-1/+1
2018-08-22lib: add crc64 calculation routinesColy Li1-0/+11
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2-2/+2
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel1-4/+15
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel1-0/+20
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-11/+33
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel2-11/+54
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-1/+10
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2-0/+2
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes1-1/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-2/+3
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2-3/+4