aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney3-23/+24
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney3-11/+17
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney3-23/+9
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney3-9/+19
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2-0/+6
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney1-5/+1
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-0/+5
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang1-1/+1
2018-08-30virtchnl: use u8 type for a field in the virtchnl_filter structHarshitha Ramamurthy1-1/+1
2018-08-30of: add node name compare helper functionsRob Herring1-0/+13
2018-08-30vfs: add the fadvise() file operationAmir Goldstein1-0/+5
2018-08-30arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier1-10/+20
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek1-23/+10
2018-08-29bpf/verifier: per-register parent pointersEdward Cree1-5/+3
2018-08-29Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-7/+1
2018-08-29net: add napi_if_scheduled_mark_missedMagnus Karlsson1-0/+26
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney1-1/+1
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney1-0/+1
2018-08-29regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen1-3/+30
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2-3/+3
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2-6/+6
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann1-4/+6
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann1-1/+2
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-2/+0
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+8
2018-08-29spi: Introduce one new field to set word delayBaolin Wang1-0/+3
2018-08-29arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier1-10/+10
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann6-99/+91
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann1-2/+13
2018-08-27y2038: remove unused time interfacesArnd Bergmann3-87/+0
2018-08-27soundwire: keep track of Masters in a streamShreyas NC1-0/+2
2018-08-27soundwire: Add support for multi link bank switchShreyas NC1-0/+4
2018-08-27soundwire: Handle multiple master instances in a streamVinod Koul1-2/+0
2018-08-27soundwire: Add support to lock across bus instancesSanyog Kale1-0/+4
2018-08-26hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten1-1/+1
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds1-0/+13
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-2/+31
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-7/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-4/+5
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus 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-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-150/+167
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder6-17/+20
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport1-123/+140