index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
inflate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
events: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
workqueue: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-4
/
+4
2018-11-27
modules: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-7
/
+7
2018-11-27
sched/membarrier: synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-2
/
+2
2018-11-27
lockdep: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
kprobes: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-5
/
+5
2018-11-27
main: Replace rcu_barrier_sched() with rcu_barrier()
Paul E. McKenney
1
-3
/
+3
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
7
-29
/
+29
2018-11-27
fs/file: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
ethernet/realtek: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2
-3
/
+3
2018-11-27
ethernet/sis: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-09
powerpc: Convert hugepd_free() to use call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-09
s390/mm: Convert tlb_table_flush() to use call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-09
sparc/oprofile: Convert timer_stop() to use synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-09
sched/membarrier: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-09
rcu: Consolidate the RCU update functions invoked by sync.c
Paul E. McKenney
1
-6
/
+6
2018-11-09
rcu: Eliminate synchronize_rcu_mult()
Paul E. McKenney
3
-22
/
+3
2018-11-09
rcu: Fix rcu_{node,data} comments about gp_seq_needed
Joel Fernandes (Google)
1
-2
/
+2
2018-11-09
rcu: Remove unused rcu_state externs
Joel Fernandes (Google)
1
-11
/
+0
2018-11-05
Linux 4.20-rc1
v4.20-rc1
Linus Torvalds
1
-2
/
+2
2018-11-04
sched/topology: Fix off by one bug
Peter Zijlstra
1
-1
/
+1
2018-11-03
memory_hotplug: cond_resched in __remove_pages
Michal Hocko
1
-0
/
+1
2018-11-03
bfs: add sanity check at bfs_fill_super()
Tetsuo Handa
1
-3
/
+6
2018-11-03
kernel/sysctl.c: remove duplicated include
Michael Schupikov
1
-1
/
+0
2018-11-03
kernel/kexec_file.c: remove some duplicated includes
zhong jiang
1
-2
/
+0
2018-11-03
mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask
Michal Hocko
5
-77
/
+40
2018-11-03
ocfs2: fix clusters leak in ocfs2_defrag_extent()
Larry Chen
1
-0
/
+17
2018-11-03
ocfs2: dlmglue: clean up timestamp handling
Arnd Bergmann
1
-17
/
+9
2018-11-03
ocfs2: don't put and assigning null to bh allocated outside
Changwei Ge
1
-18
/
+59
2018-11-03
ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
Changwei Ge
1
-2
/
+1
2018-11-03
ocfs2: don't use iocb when EIOCBQUEUED returns
Changwei Ge
1
-2
/
+2
2018-11-03
ocfs2: without quota support, avoid calling quota recovery
Guozhonghua
1
-17
/
+34
2018-11-03
ocfs2: remove ocfs2_is_o2cb_active()
Gang He
3
-10
/
+1
2018-11-03
mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
Andrea Arcangeli
1
-2
/
+30
2018-11-03
include/linux/notifier.h: SRCU: fix ctags
Sam Protsenko
1
-2
/
+1
2018-11-03
mm: handle no memcg case in memcg_kmem_charge() properly
Roman Gushchin
1
-1
/
+1
2018-11-03
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Alexandre Torgue
1
-1
/
+1
2018-11-03
ARM: orion: avoid VLA in orion_mpp_conf
Arnd Bergmann
1
-1
/
+6
2018-11-03
iov_iter: Fix 9p virtio breakage
Marc Zyngier
1
-1
/
+1
2018-11-02
cifs: fix signed/unsigned mismatch on aio_read patch
Steve French
1
-6
/
+11
2018-11-02
cifs: don't dereference smb_file_target before null check
Colin Ian King
1
-2
/
+5
2018-11-02
CIFS: Add direct I/O functions to file_operations
Long Li
1
-6
/
+4
2018-11-02
CIFS: Add support for direct I/O write
Long Li
2
-41
/
+164
2018-11-02
CIFS: Add support for direct I/O read
Long Li
3
-39
/
+192
2018-11-02
smb3: missing defines and structs for reparse point handling
Steve French
2
-0
/
+38
[next]