index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
checkpatch: warn on embedded function names
Joe Perches
1
-2
/
+20
2017-02-24
lib/lz4: remove back-compat wrappers
Sven Schmidt
4
-156
/
+0
2017-02-24
fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version
Sven Schmidt
2
-15
/
+19
2017-02-24
crypto: change LZ4 modules to work with new LZ4 module version
Sven Schmidt
3
-68
/
+120
2017-02-24
lib/decompress_unlz4: change module to work with new LZ4 module version
Sven Schmidt
1
-5
/
+8
2017-02-24
lib: update LZ4 compressor module
Sven Schmidt
6
-1077
/
+2758
2017-02-24
lib/test_sort.c: make it explicitly non-modular
Paul Gortmaker
1
-5
/
+6
2017-02-24
lib: add CONFIG_TEST_SORT to enable self-test of sort()
Kostenzer Felix
4
-39
/
+54
2017-02-24
rbtree: use designated initializers
Kees Cook
2
-2
/
+6
2017-02-24
linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisors
Niklas Söderlund
1
-4
/
+6
2017-02-24
lib/find_bit.c: micro-optimise find_next_*_bit
Matthew Wilcox
2
-3
/
+3
2017-02-24
lib: add module support to atomic64 tests
Geert Uytterhoeven
2
-4
/
+11
2017-02-24
lib: add module support to glob tests
Geert Uytterhoeven
4
-166
/
+169
2017-02-24
lib: add module support to crc32 tests
Geert Uytterhoeven
4
-826
/
+858
2017-02-24
kernel/ksysfs.c: add __ro_after_init to bin_attribute structure
Bhumika Goyal
1
-1
/
+1
2017-02-24
kernel/notifier.c: simplify expression
Viresh Kumar
1
-1
/
+1
2017-02-24
mm balloon: umount balloon_mnt when removing vb device
Yisheng Xie
1
-0
/
+4
2017-02-24
bug: switch data corruption check to __must_check
Kees Cook
2
-26
/
+31
2017-02-24
m68k: replace gcc specific macros with ones from compiler.h
Gideon Israel Dsouza
10
-22
/
+29
2017-02-24
compiler-gcc.h: add a new macro to wrap gcc attribute
Gideon Israel Dsouza
1
-0
/
+1
2017-02-24
include/linux/iopoll.h: include <linux/ktime.h> instead of <linux/hrtimer.h>
Masahiro Yamada
1
-1
/
+1
2017-02-24
uapi: mqueue.h: add missing linux/types.h include
Mike Frysinger
1
-0
/
+2
2017-02-24
procfs: use an enum for possible hidepid values
Lafcadio Wluiki
4
-6
/
+13
2017-02-24
proc: less code duplication in /proc/*/cmdline
Alexey Dobriyan
1
-88
/
+56
2017-02-24
proc: use rb_entry()
Geliang Tang
1
-5
/
+6
2017-02-24
alpha: use generic current.h
Davidlohr Bueso
2
-9
/
+1
2017-02-24
arch/frv/mb93090-mb00/pci-frv.c: fix build warning
Sudip Mukherjee
1
-3
/
+8
2017-02-24
kasan: add memcg kmem_cache test
Greg Thelen
1
-0
/
+34
2017-02-24
kasan: drain quarantine of memcg slab objects
Greg Thelen
4
-4
/
+7
2017-02-24
memory-hotplug: use dev_online for memhp_auto_online
Nathan Fontenot
3
-5
/
+2
2017-02-24
mm: do not access page->mapping directly on page_endio
Minchan Kim
1
-2
/
+5
2017-02-24
mm/thp/autonuma: use TNF flag instead of vm fault
Aneesh Kumar K.V
1
-1
/
+1
2017-02-24
mm/gup: check for protnone only if it is a PTE entry
Aneesh Kumar K.V
1
-2
/
+3
2017-02-24
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
2
-9
/
+9
2017-02-24
mm/zsmalloc: fix comment in zsmalloc
Yisheng Xie
1
-4
/
+0
2017-02-24
mm/page_alloc.c: remove redundant init code for ZONE_MOVABLE
Wei Yang
1
-2
/
+0
2017-02-24
mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain
Yisheng Xie
1
-5
/
+1
2017-02-24
mm: vmpressure: fix sending wrong events on underflow
Vinayak Menon
1
-1
/
+9
2017-02-24
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
9
-10
/
+14
2017-02-24
mm/page_alloc: fix nodes for reclaim in fast path
Gavin Shan
1
-1
/
+1
2017-02-24
mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()
zhong jiang
1
-2
/
+2
2017-02-24
zram: extend zero pages to same element pages
zhouxianrong
3
-33
/
+69
2017-02-24
mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...
Steven Rostedt (VMware)
1
-1
/
+1
2017-02-24
powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
Aneesh Kumar K.V
1
-7
/
+45
2017-02-24
mm/ksm: handle protnone saved writes when making page write protect
Aneesh Kumar K.V
2
-2
/
+15
2017-02-24
mm/autonuma: let architecture override how the write bit should be stashed in...
Aneesh Kumar K.V
4
-5
/
+21
2017-02-24
mm/autonuma: don't use set_pte_at when updating protnone ptes
Aneesh Kumar K.V
1
-9
/
+9
2017-02-24
mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW
Steven Rostedt (VMware)
1
-1
/
+1
2017-02-24
mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced
Mel Gorman
1
-0
/
+1
2017-02-24
drm: remove unnecessary fault wrappers
Ross Zwisler
1
-25
/
+5
[next]