index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
UPSTREAM: crypto: crypto_memneq - add equality testing of memory regions w/o ...
James Yonan
2017-08-24
1
-1
/
+17
*
pstore: Allow prz to control need for locking
Joel Fernandes
2017-08-20
1
-1
/
+9
*
pstore: Make spinlock per zone instead of global
Joel Fernandes
2017-08-20
1
-0
/
+1
*
mm: make migrate_page_move_mapping() take an extra_count parameter
Benjamin LaHaise
2017-07-21
1
-2
/
+3
*
crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code
Behan Webster
2017-07-21
1
-0
/
+5
*
fscrypt: add support for AES-128-CBC
Daniel Walter
2017-07-21
2
-6
/
+12
*
fscrypt: inline fscrypt_free_filename()
Eric Biggers
2017-07-21
1
-1
/
+6
*
f2fs: split bio cache
Jaegeuk Kim
2017-07-21
1
-1
/
+10
*
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
2017-07-21
1
-1
/
+1
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-07-04
1
-28
/
+25
*
uksm: remove Mtk aksm & uksm (because its fugly)
Mister Oyster
2017-07-04
6
-282
/
+18
*
uapi: fix linux/packet_diag.h userspace compilation error
Dmitry V. Levin
2017-07-04
1
-1
/
+1
*
nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
Chuck Lever
2017-07-04
1
-1
/
+2
*
can: raw: raw_setsockopt: limit number of can_filter that can be set
Marc Kleine-Budde
2017-07-04
1
-0
/
+1
*
binder: merge aosp-common/3.10 binder drivers (uptodate)
Mister Oyster
2017-06-18
1
-3
/
+112
*
KVM: kvm_io_bus_unregister_dev() should never fail
David Hildenbrand
2017-06-17
1
-2
/
+2
*
kvm: exclude ioeventfd from counting kvm_io_range limit
Amos Kong
2017-06-17
1
-1
/
+2
*
can: Fix kernel panic at security_sock_rcv_skb
Eric Dumazet
2017-06-17
1
-4
/
+3
*
ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
Rafael J. Wysocki
2017-06-17
1
-10
/
+0
*
ACPI / PNP: Avoid conflicting resource reservations
Rafael J. Wysocki
2017-06-17
1
-0
/
+10
*
locking/static_keys: Add static_key_{en,dis}able() helpers
Peter Zijlstra
2017-06-17
1
-0
/
+16
*
tracing: Add #undef to fix compile error
Rik van Riel
2017-06-17
1
-0
/
+1
*
nlm: Ensure callback code also checks that the files match
Trond Myklebust
2017-06-17
1
-1
/
+2
*
RDMA/core: Fix incorrect structure packing for booleans
Jason Gunthorpe
2017-06-17
1
-3
/
+3
*
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
2017-06-17
1
-0
/
+4
*
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
2017-06-17
1
-2
/
+7
*
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
2017-06-17
1
-12
/
+3
*
Revert "jiffies conversions: Use compile time constants when possible"
Mister Oyster
2017-06-02
1
-132
/
+4
*
vfs: add find_inode_nowait() function
Theodore Ts'o
2017-05-29
1
-0
/
+5
*
tracing: Fix event header writeback.h to include tracepoint.h
Steven Rostedt (Red Hat)
2017-05-29
1
-0
/
+1
*
fs: add dirtytime_expire_seconds sysctl
Theodore Ts'o
2017-05-29
1
-0
/
+3
*
fs: make sure the timestamps for lazytime inodes eventually get written
Theodore Ts'o
2017-05-29
1
-0
/
+1
*
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2017-05-29
1
-0
/
+1
*
ext4: add optimization for the lazytime mount option
Theodore Ts'o
2017-05-29
1
-0
/
+30
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2017-05-29
4
-2
/
+69
*
writeback: Do not sort b_io list only because of block device inode
Jan Kara
2017-05-29
1
-0
/
+6
*
ext4 crypto: revalidate dentry after adding or removing the key
Theodore Ts'o
2017-05-29
1
-0
/
+17
*
mm: change invalidatepage prototype to accept length
Lukas Czerner
2017-05-27
3
-3
/
+5
*
Add missing definitions for PTR_ERR_OR_ZERO() and NEED_KEY_SEARCH
Theodore Ts'o
2017-05-27
2
-0
/
+12
*
non-ext4 portions of "direct-io: Implement generic deferred AIO completions"
Theodore Ts'o
2017-05-27
2
-2
/
+7
*
ext4: use old interface for ext4_readdir()
Theodore Ts'o
2017-05-27
1
-1
/
+2
*
sync: don't block the flusher thread waiting on IO
Dave Chinner
2017-05-27
1
-0
/
+1
*
ext4: backport mm portion of: fix data integrity sync in ordered mode
Theodore Ts'o
2017-05-27
1
-1
/
+11
*
include/linux/fs.h: add dir_relax() for 3.18 backport
Mister Oyster
2017-05-27
1
-0
/
+7
*
BACKPORT: ext4 from 3.18 to mtk-3.10
Mister Oyster
2017-05-27
3
-230
/
+478
*
fs: add inode_set_flags() for ext4 3.18 backport
Theodore Ts'o
2017-05-27
1
-0
/
+3
*
sched: add bit_wait_io for 3.18 ext4 backport
Theodore Ts'o
2017-05-27
1
-1
/
+29
*
buffer_head.h: add getblk_unmovable() for 3.18 ext4 backport
Theodore Ts'o
2017-05-27
1
-0
/
+6
*
uapi: add new system call ABI codepoints for ext4 3.18 backport
Theodore Ts'o
2017-05-27
2
-0
/
+37
*
mm.h: add truncate_inode_pages_final() for 3.18 ext4 backport
Theodore Ts'o
2017-05-27
1
-0
/
+6
[next]