index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-15
fs/binfmt_elf.c: save 1 indent level
Alexey Dobriyan
1
-57
/
+54
2019-05-15
fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"
Alexey Dobriyan
1
-4
/
+0
2019-05-15
fs/binfmt_elf.c: free PT_INTERP filename ASAP
Alexey Dobriyan
1
-9
/
+11
2019-05-15
fs/binfmt_elf.c: make scope of "pos" variable smaller
Alexey Dobriyan
1
-1
/
+2
2019-05-15
fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack
Andrew Morton
1
-2
/
+0
2019-05-15
lib/test_vmalloc.c:test_func(): eliminate local `ret'
Andrew Morton
1
-5
/
+3
2019-05-15
include/linux/bitops.h: sanitize rotate primitives
Rasmus Villemoes
1
-8
/
+8
2019-05-15
lib/test_bitmap: add tests for bitmap_parselist_user()
Yury Norov
1
-10
/
+36
2019-05-15
lib/test_bitmap: add testcases for bitmap_parselist()
Yury Norov
1
-1
/
+17
2019-05-15
lib/test_bitmap: switch test_bitmap_parselist to ktime_get()
Yury Norov
1
-5
/
+4
2019-05-15
lib: rework bitmap_parselist
Yury Norov
1
-113
/
+142
2019-05-15
lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()
Yury Norov
1
-8
/
+11
2019-05-15
lib/math: move int_pow() from pwm_bl.c for wider use
Andy Shevchenko
4
-16
/
+34
2019-05-15
lib: Move mathematic helpers to separate folder
Andy Shevchenko
13
-24
/
+27
2019-05-15
lib/list_sort: optimize number of calls to comparison function
George Spelvin
1
-22
/
+91
2019-05-15
lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS
George Spelvin
2
-62
/
+104
2019-05-15
lib/sort: avoid indirect calls to built-in swap
George Spelvin
1
-15
/
+36
2019-05-15
lib/sort: use more efficient bottom-up heapsort variant
George Spelvin
1
-31
/
+81
2019-05-15
lib/sort: make swap functions more generic
George Spelvin
1
-24
/
+99
2019-05-15
lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST
Davidlohr Bueso
3
-5
/
+5
2019-05-15
lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA
Rasmus Villemoes
1
-0
/
+2
2019-05-15
lib/bitmap.c: remove unused EXPORT_SYMBOLs
Rasmus Villemoes
1
-4
/
+0
2019-05-15
kernel/user.c: clean up some leftover code
Rasmus Villemoes
1
-6
/
+1
2019-05-15
kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...
Lin Feng
4
-5
/
+5
2019-05-15
kernel/latencytop.c: remove unnecessary checks for latencytop_enabled
Lin Feng
1
-6
/
+0
2019-05-15
kernel/notifier.c: double register detection
Vasily Averin
1
-0
/
+1
2019-05-15
compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
4
-19
/
+15
2019-05-15
powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline
Masahiro Yamada
1
-4
/
+4
2019-05-15
powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
Masahiro Yamada
1
-1
/
+1
2019-05-15
powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
Masahiro Yamada
1
-3
/
+3
2019-05-15
ARM: mark setup_machine_tags() stub as __init __noreturn
Masahiro Yamada
1
-1
/
+1
2019-05-15
MIPS: mark __fls() and __ffs() as __always_inline
Masahiro Yamada
1
-2
/
+2
2019-05-15
mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
Masahiro Yamada
1
-1
/
+1
2019-05-15
s390/cpacf: mark scpacf_query() as __always_inline
Masahiro Yamada
1
-1
/
+1
2019-05-15
MIPS: mark mult_sh_align_mod() as __always_inline
Masahiro Yamada
1
-2
/
+2
2019-05-15
arm64: mark (__)cpus_have_const_cap as __always_inline
Masahiro Yamada
1
-2
/
+2
2019-05-15
ARM: prevent tracing IPI_CPU_BACKTRACE
Arnd Bergmann
2
-1
/
+6
2019-05-15
treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers
Masahiro Yamada
3
-3
/
+3
2019-05-15
fs/select: avoid clang stack usage warning
Arnd Bergmann
1
-0
/
+4
2019-05-15
mm/mincore.c: make mincore() more conservative
Jiri Kosina
1
-1
/
+22
2019-05-15
mm: maintain randomization of page free lists
Dan Williams
4
-2
/
+56
2019-05-15
mm: move buddy list manipulations into helpers
Dan Williams
5
-48
/
+73
2019-05-15
mm: shuffle initial free memory to improve memory-side-cache utilization
Dan Williams
9
-2
/
+302
2019-05-15
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
1
-10
/
+10
2019-05-15
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
1
-6
/
+12
2019-05-15
kernel/sched/psi.c: expose pressure metrics on root cgroup
Dan Schatzberg
3
-7
/
+14
2019-05-15
psi: introduce psi monitor
Suren Baghdasaryan
5
-20
/
+742
2019-05-15
include/: refactor headers to allow kthread.h inclusion in psi_types.h
Suren Baghdasaryan
4
-2
/
+4
2019-05-15
psi: track changed states
Suren Baghdasaryan
1
-6
/
+18
2019-05-15
psi: split update_stats into parts
Suren Baghdasaryan
1
-23
/
+34
[prev]
[next]