index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
thermal.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-10
staging/lustre/libcfs: cleanup linux-mem.h
Peng Tao
1
-38
/
+0
2013-09-10
staging/lustre/ptlrpc: convert to new shrinker API
Peng Tao
1
-34
/
+42
2013-09-10
staging/lustre/obdclass: convert lu_object shrinker to count/scan API
Peng Tao
1
-46
/
+52
2013-09-10
staging/lustre/ldlm: convert to shrinkers to count/scan API
Peng Tao
1
-69
/
+79
2013-09-10
hugepage: convert huge zero page shrinker to new shrinker API
Glauber Costa
1
-6
/
+11
2013-09-10
i915: bail out earlier when shrinker cannot acquire mutex
Glauber Costa
1
-2
/
+2
2013-09-10
drivers: convert shrinkers to new count/scan API
Dave Chinner
9
-136
/
+236
2013-09-10
fs: convert fs shrinkers to new scan/count API
Dave Chinner
14
-96
/
+158
2013-09-10
xfs: fix dquot isolation hang
Dave Chinner
1
-4
/
+6
2013-09-10
xfs-convert-dquot-cache-lru-to-list_lru-fix
Andrew Morton
1
-3
/
+3
2013-09-10
xfs: convert dquot cache lru to list_lru
Dave Chinner
3
-144
/
+144
2013-09-10
xfs: rework buffer dispose list tracking
Dave Chinner
2
-58
/
+79
2013-09-10
xfs-convert-buftarg-lru-to-generic-code-fix
Andrew Morton
1
-3
/
+3
2013-09-10
xfs: convert buftarg LRU to generic code
Dave Chinner
2
-93
/
+82
2013-09-10
fs: convert inode and dentry shrinking to be node aware
Dave Chinner
6
-21
/
+33
2013-09-10
vmscan: per-node deferred work
Glauber Costa
2
-103
/
+152
2013-09-10
shrinker: add node awareness
Dave Chinner
5
-3
/
+17
2013-09-10
list_lru: remove special case function list_lru_dispose_all.
Glauber Costa
3
-79
/
+29
2013-09-10
list_lru: per-node API
Glauber Costa
2
-33
/
+43
2013-09-10
list_lru: fix broken LRU_RETRY behaviour
Dave Chinner
1
-17
/
+12
2013-09-10
list_lru: per-node list infrastructure
Dave Chinner
2
-40
/
+129
2013-09-10
dcache: convert to use new lru list infrastructure
Dave Chinner
3
-106
/
+90
2013-09-10
inode: move inode to a different list inside lock
Glauber Costa
1
-1
/
+1
2013-09-10
inode: convert inode lru list to generic lru list code.
Dave Chinner
3
-116
/
+77
2013-09-10
list: add a new LRU list type
Dave Chinner
3
-1
/
+233
2013-09-10
shrinker: convert superblock shrinkers to new API
Dave Chinner
8
-48
/
+70
2013-09-10
mm: new shrinker API
Dave Chinner
2
-29
/
+69
2013-09-10
dcache: remove dentries from LRU before putting on dispose list
Dave Chinner
1
-21
/
+78
2013-09-10
dentry: move to per-sb LRU locks
Dave Chinner
3
-18
/
+20
2013-09-10
dcache: convert dentry_stat.nr_unused to per-cpu counters
Dave Chinner
1
-3
/
+27
2013-09-10
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
8
-15
/
+18
2013-09-10
fs: bump inode and dentry counters to long
Glauber Costa
7
-27
/
+27
2013-09-10
Add missing unlocks to error paths of mountpoint_last.
Dave Jones
1
-1
/
+4
2013-09-10
... and fold the renamed __vfs_follow_link() into its only caller
Al Viro
1
-24
/
+14
2013-09-10
fs: remove vfs_follow_link
Christoph Hellwig
3
-9
/
+6
2013-09-10
vfs: make sure we don't have a stale root path if unlazy_walk() fails
Linus Torvalds
1
-1
/
+4
2013-09-09
dmaengine: dma_sync_wait and dma_find_channel undefined
Jon Mason
1
-2
/
+10
2013-09-09
clk: only call get_parent if there is one
Alex Elder
1
-1
/
+1
2013-09-09
split read_seqretry_or_unlock(), convert d_walk() to resulting primitives
Al Viro
1
-33
/
+31
2013-09-09
direct-io: Use return from cmpxchg to decide of assignment happened
Olof Johansson
1
-2
/
+3
2013-09-09
dcache: Translating dentry into pathname without taking rename_lock
Waiman Long
1
-63
/
+133
2013-09-09
MAINTAINERS: update email for Dan Williams
Dan Williams
1
-9
/
+9
2013-09-09
dma: mv_xor: Fix incorrect error path
Sachin Kamat
1
-4
/
+2
2013-09-08
autofs4 - fix device ioctl mount lookup
Ian Kent
1
-11
/
+12
2013-09-08
vfs: fix dentry RCU to refcounting possibly sleeping dput()
Linus Torvalds
1
-53
/
+49
2013-09-09
virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-09-08
introduce kern_path_mountpoint()
Al Viro
2
-11
/
+25
2013-09-08
rename user_path_umountat() to user_path_mountpoint_at()
Al Viro
4
-16
/
+15
2013-09-08
take unlazy_walk() into umount_lookup_last()
Al Viro
1
-33
/
+27
2013-09-08
vfs: use lockred "dead" flag to mark unrecoverably dead dentries
Linus Torvalds
2
-25
/
+15
[next]