summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-08-30rcu: Remove unused rcu_dynticks_snap() from Tiny RCUPaul E. McKenney
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Remove !PREEMPT code from rcu_note_voluntary_context_switch()Paul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcupdate_wait.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rculist.hPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcupdate.hPaul E. McKenney
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang
2018-08-30virtchnl: use u8 type for a field in the virtchnl_filter structHarshitha Ramamurthy
2018-08-30of: add node name compare helper functionsRob Herring
2018-08-30vfs: add the fadvise() file operationAmir Goldstein
2018-08-30Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart
2018-08-30arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier
2018-08-29Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek
2018-08-29genetlink: constify genl_err_attr() argumentMichal Kubecek
2018-08-29bpf/verifier: per-register parent pointersEdward Cree
2018-08-29Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-29net: add napi_if_scheduled_mark_missedMagnus Karlsson
2018-08-29xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel
2018-08-29xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel
2018-08-29xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney
2018-08-29regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann
2018-08-29asm-generic: Remove empty asm/unistd.hArnd Bergmann
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal