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
2020-01-31
fs/binfmt_elf.c: don't copy ELF header around
Alexey Dobriyan
1
-28
/
+27
2020-01-31
fs/binfmt_elf.c: fix ->start_code calculation
Alexey Dobriyan
1
-1
/
+1
2020-01-31
fs/binfmt_elf.c: smaller code generation around auxv vector fill
Alexey Dobriyan
1
-7
/
+8
2020-01-31
lib/find_bit.c: uninline helper _find_next_bit()
Yury Norov
1
-1
/
+1
2020-01-31
lib/find_bit.c: join _find_next_bit{_le}
Yury Norov
1
-45
/
+19
2020-01-31
uapi: rename ext2_swab() to swab() and share globally in swab.h
Yury Norov
3
-14
/
+13
2020-01-31
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
1
-1
/
+1
2020-01-31
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
2
-36
/
+101
2020-01-31
lib/zlib: add zlib_deflate_dfltcc_enabled() function
Mikhail Zaslonko
5
-9
/
+24
2020-01-31
s390/boot: add dfltcc= kernel command line parameter
Mikhail Zaslonko
9
-2
/
+55
2020-01-31
lib/zlib: add s390 hardware support for kernel zlib_inflate
Mikhail Zaslonko
7
-11
/
+233
2020-01-31
s390/boot: rename HEAP_SIZE due to name collision
Mikhail Zaslonko
1
-4
/
+4
2020-01-31
lib/zlib: add s390 hardware support for kernel zlib_deflate
Mikhail Zaslonko
11
-102
/
+751
2020-01-31
iio: adc: qcom-vadc-common: use <linux/units.h> helpers
Akinobu Mita
2
-4
/
+3
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
1
-2
/
+0
2020-01-31
iwlwifi: use <linux/units.h> helpers
Akinobu Mita
2
-7
/
+4
2020-01-31
iwlegacy: use <linux/units.h> helpers
Akinobu Mita
3
-12
/
+11
2020-01-31
thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>
Akinobu Mita
1
-11
/
+0
2020-01-31
nvme: hwmon: switch to use <linux/units.h> helpers
Akinobu Mita
1
-8
/
+5
2020-01-31
thermal: intel_pch: switch to use <linux/units.h> helpers
Akinobu Mita
1
-1
/
+2
2020-01-31
thermal: int340x: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+4
2020-01-31
platform/x86: intel_menlow: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+6
2020-01-31
platform/x86: asus-wmi: switch to use <linux/units.h> helpers
Akinobu Mita
1
-4
/
+3
2020-01-31
ACPI: thermal: switch to use <linux/units.h> helpers
Akinobu Mita
1
-16
/
+18
2020-01-31
include/linux/units.h: add helpers for kelvin to/from Celsius conversion
Akinobu Mita
1
-0
/
+84
2020-01-31
drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...
Colin Ian King
1
-2
/
+1
2020-01-31
zram: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-2
/
+5
2020-01-31
mm: fix comments related to node reclaim
Hao Lee
2
-2
/
+2
2020-01-31
include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...
Anshuman Khandual
1
-2
/
+0
2020-01-31
include/linux/mm.h: remove dead code totalram_pages_set()
Wei Yang
1
-5
/
+0
2020-01-31
include/linux/mm.h: clean up obsolete check on space in page->flags
Yu Zhao
1
-4
/
+0
2020-01-31
zswap: potential NULL dereference on error in init_zswap()
Dan Carpenter
1
-1
/
+2
2020-01-31
mm/zswap.c: add allocation hysteresis if pool limit is hit
Vitaly Wool
2
-31
/
+67
2020-01-31
mm/page_isolation: fix potential warning from user
Qian Cai
2
-14
/
+15
2020-01-31
mm/hotplug: silence a lockdep splat with printk()
Qian Cai
4
-17
/
+31
2020-01-31
mm/memory_hotplug: pass in nid to online_pages()
David Hildenbrand
3
-15
/
+7
2020-01-31
mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()
Miaohe Lin
1
-20
/
+16
2020-01-31
mm, thp: fix defrag setting if newline is not used
David Rientjes
1
-16
/
+8
2020-01-31
mm/migrate: add stable check in migrate_vma_insert_page()
Ralph Campbell
1
-0
/
+12
2020-01-31
mm/migrate: clean up some minor coding style
Ralph Campbell
1
-21
/
+13
2020-01-31
mm/migrate: remove useless mask of start address
Ralph Campbell
1
-2
/
+2
2020-01-31
mm/huge_memory.c: reduce critical section protected by split_queue_lock
Wei Yang
1
-1
/
+1
2020-01-31
mm/huge_memory.c: use head to emphasize the purpose of page
Wei Yang
1
-8
/
+8
2020-01-31
mm/huge_memory.c: use head to check huge zero page
Wei Yang
1
-1
/
+1
2020-01-31
mm, oom: dump stack of victim when reaping failed
David Rientjes
1
-0
/
+2
2020-01-31
memblock: Use __func__ in remaining memblock_dbg() call sites
Anshuman Khandual
1
-4
/
+4
2020-01-31
mm/memblock: define memblock_physmem_add()
Anshuman Khandual
3
-14
/
+19
2020-01-31
tools/vm/slabinfo: fix sanity checks enabling
Daniel Wagner
1
-2
/
+2
2020-01-31
mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE
Alex Shi
1
-4
/
+2
2020-01-31
mm/vmscan: remove prefetch_prev_lru_page
Alex Shi
1
-14
/
+0
[prev]
[next]