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-30
memblock tests: add tests for memblock_*bottom_up functions
Rebecca Mckeever
1
-0
/
+45
2022-08-30
memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
Rebecca Mckeever
1
-69
/
+111
2022-08-30
memblock tests: update alloc_api to test memblock_alloc_raw
Rebecca Mckeever
2
-33
/
+85
2022-08-30
memblock tests: add additional tests for basic api and memblock_alloc
Rebecca Mckeever
2
-0
/
+543
2022-08-30
memblock tests: add labels to verbose output for generic alloc tests
Rebecca Mckeever
4
-56
/
+44
2022-08-30
memblock tests: update zeroed memory check for memblock_alloc_* tests
Rebecca Mckeever
2
-60
/
+20
2022-08-30
memblock tests: update tests to check if memblock_alloc zeroed memory
Rebecca Mckeever
3
-0
/
+42
2022-08-30
memblock tests: update reference to obsolete build option in comments
Rebecca Mckeever
1
-3
/
+6
2022-08-30
memblock tests: add command line help option
Rebecca Mckeever
1
-1
/
+3
2022-08-30
dt-bindings: i2c: renesas,riic: Fix 'unevaluatedProperties' warnings
Lad Prabhakar
1
-0
/
+3
2022-08-30
Add Pink Sardine platform ASoC driver
Mark Brown
8
-0
/
+1455
2022-08-30
i2c: imx-lpi2c: use bulk clk API
Peng Fan
1
-12
/
+12
2022-08-30
dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93
Peng Fan
1
-0
/
+1
2022-08-30
dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
Peng Fan
1
-0
/
+10
2022-08-30
dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk
Peng Fan
1
-3
/
+6
2022-08-30
net: unify alloclen calculation for paged requests
Pavel Begunkov
2
-8
/
+2
2022-08-30
ARM: 9221/1: traps: print un-hashed user pc on undefined instruction
Baruch Siach
1
-1
/
+1
2022-08-30
net: sched: tbf: don't call qdisc_put() while holding tree lock
Zhengchao Shao
1
-1
/
+3
2022-08-30
Merge branch 'nfp-port-speed-and-eeprom-get-set-updates'
Paolo Abeni
7
-25
/
+295
2022-08-30
nfp: add support for eeprom get and set command
Baowen Zheng
1
-0
/
+157
2022-08-30
nfp: check if application firmware is indifferent to port speed
Yinjun Zhang
4
-1
/
+59
2022-08-30
nfp: propagate port speed from management firmware
Yinjun Zhang
6
-24
/
+79
2022-08-30
ARM: make ARCH_MULTIPLATFORM user-visible
Arnd Bergmann
7
-7
/
+19
2022-08-30
ARM: fix XIP_KERNEL dependencies
Arnd Bergmann
1
-3
/
+4
2022-08-30
RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qp
Wenpeng Liang
3
-5
/
+1
2022-08-30
IB/cm: Refactor cm_insert_listen() and cm_find_listen()
Mark Zhang
1
-20
/
+15
2022-08-30
IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_init_listen()
Mark Zhang
2
-21
/
+8
2022-08-30
IB/cm: Remove the service_mask parameter from ib_cm_listen()
Mark Zhang
4
-15
/
+6
2022-08-30
RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_ev
Guoqing Jiang
3
-10
/
+8
2022-08-30
spi: renesas,sh-msiof: Fix 'unevaluatedProperties' warnings
Lad Prabhakar
1
-0
/
+6
2022-08-30
ASoC: codecs: rk817: fix missing I2C dependency in compile test
Krzysztof Kozlowski
1
-1
/
+1
2022-08-30
perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targets
Marco Elver
1
-31
/
+124
2022-08-30
perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task targets
Marco Elver
1
-4
/
+53
2022-08-30
perf/hw_breakpoint: Introduce bp_slots_histogram
Marco Elver
1
-33
/
+63
2022-08-30
perf/hw_breakpoint: Reduce contention with large number of tasks
Marco Elver
1
-28
/
+133
2022-08-30
locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
Marco Elver
2
-0
/
+12
2022-08-30
powerpc/hw_breakpoint: Avoid relying on caller synchronization
Marco Elver
1
-13
/
+40
2022-08-30
soc: mediatek: mtk-svs: Explicitly include bitfield header
NĂcolas F. R. A. Prado
1
-0
/
+1
2022-08-30
perf/hw_breakpoint: Remove useless code related to flexible breakpoints
Marco Elver
1
-40
/
+17
2022-08-30
perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
Marco Elver
2
-2
/
+3
2022-08-30
perf/hw_breakpoint: Optimize constant number of breakpoint slots
Marco Elver
3
-41
/
+63
2022-08-30
perf/hw_breakpoint: Mark data __ro_after_init
Marco Elver
1
-3
/
+3
2022-08-30
perf/hw_breakpoint: Optimize list of per-task breakpoints
Marco Elver
2
-22
/
+37
2022-08-30
perf/hw_breakpoint: Clean up headers
Marco Elver
1
-10
/
+9
2022-08-30
perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
Marco Elver
3
-1
/
+43
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
3
-0
/
+334
2022-08-30
arm64: dts: mediatek: Add missing xHCI clocks for mt8192 and mt8195
NĂcolas F. R. A. Prado
2
-7
/
+20
2022-08-30
PCI: qcom-ep: Add MODULE_DEVICE_TABLE
Dmitry Baryshkov
1
-0
/
+1
2022-08-30
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commit
Ingo Molnar
12311
-248923
/
+1236370
2022-08-30
cpufreq: bmips-cpufreq: Use module_init and add module_exit
Zhang Jianhua
1
-2
/
+8
[prev]
[next]