summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou2018-11-121-3/+3
| | | | | * | | | | | | | | | | | | | | rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney2018-11-121-3/+5
| | | | | * | | | | | | | | | | | | | | rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney2018-11-121-12/+13
| | | | | * | | | | | | | | | | | | | | rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney2018-11-121-4/+4
| | | | | * | | | | | | | | | | | | | | rcu: Avoid double multiply by HZPaul E. McKenney2018-11-121-1/+1
| | | | | * | | | | | | | | | | | | | | rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney2018-11-111-2/+4
| | | | |/ / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-012-4/+4
| | | * | | | | | | | | | | | | | | | cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | | | | | | | | | | | | | | | events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | | | | | | | | | | | | | | | workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-4/+4
| | | * | | | | | | | | | | | | | | | modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-7/+7
| | | * | | | | | | | | | | | | | | | sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
| | | * | | | | | | | | | | | | | | | lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | | | | | | | | | | | | | | | kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-5/+5
| | | * | | | | | | | | | | | | | | | tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-276-28/+28
| | | * | | | | | | | | | | | | | | | sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-081-1/+1
| | | * | | | | | | | | | | | | | | | rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney2018-11-081-6/+6
| | | * | | | | | | | | | | | | | | | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-082-5/+3
| | | * | | | | | | | | | | | | | | | rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)2018-11-081-2/+2
| | | * | | | | | | | | | | | | | | | rcu: Remove unused rcu_state externsJoel Fernandes (Google)2018-11-081-11/+0
| | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney2018-11-121-1/+2
| | * | | | | | | | | | | | | | | | rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney2018-11-121-3/+6
| | * | | | | | | | | | | | | | | | rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney2018-11-081-2/+3
| | * | | | | | | | | | | | | | | | rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney2018-11-081-7/+6
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-252-5/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-131-0/+8
| * | | | | | | | | | | | | | | | | kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro2018-12-061-3/+6
| * | | | | | | | | | | | | | | | | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro2018-12-061-4/+57
| * | | | | | | | | | | | | | | | | s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro2018-12-061-0/+4
| * | | | | | | | | | | | | | | | | kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro2018-12-061-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2525-218/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ntp: Remove duplicated includeYueHaibing2018-12-181-1/+0
| * | | | | | | | | | | | | | | | | timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-111-13/+2
| * | | | | | | | | | | | | | | | | timekeeping: Use proper seqcount initializerBart Van Assche2018-12-051-1/+3
| * | | | | | | | | | | | | | | | | posix-timers: Remove license boilerplateThomas Gleixner2018-11-231-19/+1
| * | | | | | | | | | | | | | | | | posix-clocks: Remove license boiler plateThomas Gleixner2018-11-231-14/+0
| * | | | | | | | | | | | | | | | | sched/clock: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
| * | | | | | | | | | | | | | | | | posix-timers/stubs: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
| * | | | | | | | | | | | | | | | | time: Remove license boilerplateThomas Gleixner2018-11-234-48/+5
| * | | | | | | | | | | | | | | | | time/debug: Remove license boilerplateThomas Gleixner2018-11-232-19/+0
| * | | | | | | | | | | | | | | | | hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-237-20/+0
| * | | | | | | | | | | | | | | | | time: Add SPDX license identifiersThomas Gleixner2018-11-2322-0/+23
| * | | | | | | | | | | | | | | | | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-2318-66/+15
| * | | | | | | | | | | | | | | | | clockevents: Remove unnecessary unlikely()Yangtao Li2018-11-051-9/+3
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-2511-92/+199
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2018-12-192-5/+12
| * | | | | | | | | | | | | | | | | genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-195-26/+29
| * | | | | | | | | | | | | | | | | genirq/affinity: Remove excess indentationThomas Gleixner2018-12-191-11/+11
| * | | | | | | | | | | | | | | | | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-12-181-2/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski2018-12-131-2/+21
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | |
OpenPOWER on IntegriCloud