index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
errname.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-08
lib/test: convert test_sort.c to use KUnit
Daniel Latypov
2
-23
/
+22
2021-09-08
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
Geert Uytterhoeven
1
-2
/
+1
2021-09-08
math: make RATIONAL tristate
Geert Uytterhoeven
2
-1
/
+4
2021-09-08
Documentation/llvm: update IRC location
Nathan Chancellor
1
-1
/
+1
2021-09-08
Documentation/llvm: update mailing list
Nathan Chancellor
1
-1
/
+2
2021-09-08
MAINTAINERS: update ClangBuiltLinux mailing list
Nathan Chancellor
1
-2
/
+2
2021-09-08
profiling: fix shift-out-of-bounds bugs
Pavel Skripkin
1
-10
/
+11
2021-09-08
kernel/acct.c: use dedicated helper to access rlimit values
Yang Yang
1
-1
/
+1
2021-09-08
phy/drivers/stm32: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
mtd/drivers/nand: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
i2c/drivers/ov02q10: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
iio/drivers/hid-sensor: use HZ macros
Daniel Lezcano
1
-2
/
+1
2021-09-08
hwmon/drivers/mr75203: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
iio/drivers/as73211: use HZ macros
Daniel Lezcano
1
-2
/
+1
2021-09-08
devfreq: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
thermal/drivers/devfreq_cooling: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-08
units: add the HZ macros
Daniel Lezcano
1
-0
/
+4
2021-09-08
units: change from 'L' to 'UL'
Daniel Lezcano
1
-3
/
+3
2021-09-08
include/linux/once.h: fix trivia typo Not -> Note
Andy Shevchenko
1
-1
/
+1
2021-09-08
arch: Kconfig: fix spelling mistake "seperate" -> "separate"
Colin Ian King
1
-1
/
+1
2021-09-08
connector: send event on write to /proc/[pid]/comm
Ohhoon Kwon
1
-1
/
+4
2021-09-08
proc: stop using seq_get_buf in proc_task_name
Christoph Hellwig
1
-14
/
+4
2021-09-08
percpu: remove export of pcpu_base_addr
Greg Kroah-Hartman
1
-1
/
+0
2021-09-08
alpha: pci-sysfs: fix all kernel-doc warnings
Randy Dunlap
1
-4
/
+8
2021-09-08
alpha: agp: make empty macros use do-while-0 style
Randy Dunlap
1
-2
/
+2
2021-09-08
MAINTAINERS: update for DAMON
SeongJae Park
1
-0
/
+11
2021-09-08
mm/damon: add user space selftests
SeongJae Park
3
-0
/
+110
2021-09-08
mm/damon: add kunit tests
SeongJae Park
7
-0
/
+760
2021-09-08
Documentation: add documents for DAMON
SeongJae Park
9
-0
/
+510
2021-09-08
mm/damon/dbgfs: support multiple contexts
SeongJae Park
1
-2
/
+193
2021-09-08
mm/damon/dbgfs: export kdamond pid to the user space
SeongJae Park
1
-2
/
+35
2021-09-08
mm/damon: implement a debugfs-based user space interface
SeongJae Park
5
-0
/
+457
2021-09-08
mm/damon: add a tracepoint
SeongJae Park
2
-1
/
+49
2021-09-08
mm/damon: implement primitives for the virtual memory address spaces
SeongJae Park
4
-0
/
+687
2021-09-08
mm/idle_page_tracking: make PG_idle reusable
SeongJae Park
7
-19
/
+27
2021-09-08
mm/damon: adaptively adjust regions
SeongJae Park
2
-17
/
+237
2021-09-08
mm/damon/core: implement region-based sampling
SeongJae Park
2
-7
/
+213
2021-09-08
mm: introduce Data Access MONitor (DAMON)
SeongJae Park
6
-0
/
+508
2021-09-08
kfence: test: fail fast if disabled at boot
Marco Elver
1
-0
/
+3
2021-09-08
kfence: show cpu and timestamp in alloc/free info
Marco Elver
4
-51
/
+71
2021-09-08
mm/secretmem: use refcount_t instead of atomic_t
Jordy Zomer
1
-4
/
+5
2021-09-08
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
4
-5
/
+7
2021-09-08
mm: in_irq() cleanup
Changbin Du
2
-2
/
+2
2021-09-08
highmem: don't disable preemption on RT in kmap_atomic()
Sebastian Andrzej Siewior
1
-5
/
+22
2021-09-08
mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
Weizhao Ouyang
2
-11
/
+0
2021-09-08
mm: don't allow executable ioremap mappings
Christoph Hellwig
1
-1
/
+1
2021-09-08
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
4
-34
/
+19
2021-09-08
riscv: only select GENERIC_IOREMAP if MMU support is enabled
Christoph Hellwig
1
-1
/
+1
2021-09-08
mm: remove redundant compound_head() calling
Muchun Song
2
-6
/
+7
2021-09-08
mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
Miaohe Lin
1
-3
/
+1
[next]