index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
USB: serial: cp210x: add Decagon UCA device id
Johan Hovold
1
-0
/
+1
2022-08-31
ASoC: SOF: compress: Add support for timestamp on capture
Mark Brown
1
-8
/
+39
2022-08-31
dt-bindings: gpio: mpfs-gpio: allow parsing of hog child nodes.
Conor Dooley
1
-0
/
+18
2022-08-31
gpio/rockchip: Convert to generic_handle_domain_irq()
Jeffy Chen
1
-16
/
+5
2022-08-31
perf metric: Return early if no CPU PMU table exists
Ian Rogers
1
-0
/
+3
2022-08-31
drm/i915: move and group fdi members under display.fdi
Jani Nikula
4
-10
/
+12
2022-08-31
drm/i915: move and group power related members under display.power
Jani Nikula
8
-110
/
+111
2022-08-31
drm/i915: move fbc to display.fbc
Jani Nikula
5
-8
/
+7
2022-08-31
drm/i915: move vbt to display.vbt
Jani Nikula
15
-187
/
+188
2022-08-31
drm/i915: move mipi_mmio_base to display.dsi
Jani Nikula
4
-98
/
+102
2022-08-31
selftests/nolibc: Avoid generated files being committed
Fernanda Ma'rouf
1
-0
/
+4
2022-08-31
selftests/nolibc: add a "help" target
Willy Tarreau
1
-1
/
+26
2022-08-31
selftests/nolibc: "sysroot" target installs a local copy of the sysroot
Willy Tarreau
1
-2
/
+11
2022-08-31
selftests/nolibc: add a "run" target to start the kernel in QEMU
Willy Tarreau
1
-0
/
+33
2022-08-31
selftests/nolibc: add a "defconfig" target
Willy Tarreau
1
-0
/
+12
2022-08-31
selftests/nolibc: add a "kernel" target to build the kernel with the initramfs
Willy Tarreau
1
-0
/
+13
2022-08-31
selftests/nolibc: support glibc as well
Willy Tarreau
1
-2
/
+45
2022-08-31
selftests/nolibc: condition some tests on /proc existence
Willy Tarreau
1
-5
/
+9
2022-08-31
selftests/nolibc: recreate and populate /dev and /proc if missing
Willy Tarreau
1
-0
/
+56
2022-08-31
selftests/nolibc: on x86, support exiting with isa-debug-exit
Willy Tarreau
1
-0
/
+9
2022-08-31
selftests/nolibc: exit with poweroff on success when getpid() == 1
Willy Tarreau
1
-0
/
+14
2022-08-31
selftests/nolibc: add a few tests for some libc functions
Willy Tarreau
1
-0
/
+35
2022-08-31
selftests/nolibc: implement a few tests for various syscalls
Willy Tarreau
1
-0
/
+110
2022-08-31
selftests/nolibc: support a test definition format
Willy Tarreau
1
-0
/
+91
2022-08-31
selftests/nolibc: add basic infrastructure to ease creation of nolibc tests
Willy Tarreau
3
-0
/
+439
2022-08-31
tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/nolibc: make argc 32-bit in riscv startup code
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/memory-model: Clarify LKMM's limitations in litmus-tests.txt
Paul Heidekrüger
1
-10
/
+27
2022-08-31
docs/memory-barriers.txt: Fixup long lines
Akira Yokosawa
1
-46
/
+47
2022-08-31
docs/memory-barriers.txt: Fix confusing name of 'data dependency barrier'
Akira Yokosawa
1
-52
/
+64
2022-08-31
pinctrl: aspeed: Force to disable the function's signal
Billy Tsai
1
-10
/
+1
2022-08-31
rcu-tasks: Make RCU Tasks Trace check for userspace execution
Zqiang
2
-6
/
+2
2022-08-31
rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
Zqiang
1
-1
/
+1
2022-08-31
srcu: Make Tiny SRCU use full-sized grace-period counters
Paul E. McKenney
2
-10
/
+10
2022-08-31
srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
Paul E. McKenney
1
-2
/
+2
2022-08-31
srcu: Add GP and maximum requested GP to Tiny SRCU rcutorture output
Paul E. McKenney
1
-2
/
+4
2022-08-31
rcutorture: Make "srcud" option also test polled grace-period API
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcutorture: Limit read-side polling-API testing
Paul E. McKenney
1
-18
/
+23
2022-08-31
rcu: Add functions to compare grace-period state values
Paul E. McKenney
3
-0
/
+63
2022-08-31
rcutorture: Expand rcu_torture_write_types() first "if" statement
Paul E. McKenney
1
-6
/
+23
2022-08-31
rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
Paul E. McKenney
1
-2
/
+16
2022-08-31
rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Paul E. McKenney
2
-6
/
+1
2022-08-31
rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence
Paul E. McKenney
1
-0
/
+6
2022-08-31
rcu: Remove expedited grace-period fast-path forward-progress helper
Paul E. McKenney
1
-2
/
+0
2022-08-31
rcu: Make synchronize_rcu() fast path update ->gp_seq counters
Paul E. McKenney
1
-13
/
+26
2022-08-31
rcu-tasks: Remove grace-period fast-path rcu-tasks helper
Paul E. McKenney
1
-2
/
+0
[prev]
[next]