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-05-21
perf bench numa: Address compiler error on s390
Thomas Richter
1
-1
/
+1
2022-05-21
perf test: Avoid shell test description infinite loop
Ian Rogers
1
-2
/
+6
2022-05-21
perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
Kan Liang
1
-0
/
+12
2022-05-21
perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc
Athira Rajeev
1
-0
/
+10
2022-05-21
riscv: atomic: Add custom conditional atomic operation implementation
Guo Ren
1
-0
/
+82
2022-05-21
riscv: atomic: Optimize dec_if_positive functions
Guo Ren
1
-10
/
+10
2022-05-21
riscv: atomic: Cleanup unnecessary definition
Guo Ren
1
-12
/
+0
2022-05-21
cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()
Ronnie Sahlberg
2
-3
/
+7
2022-05-21
cifs: check for smb1 in open_cached_dir()
Ronnie Sahlberg
1
-1
/
+2
2022-05-21
cifs: move definition of cifs_fattr earlier in cifsglob.h
Ronnie Sahlberg
1
-31
/
+31
2022-05-21
mailbox: qcom-ipcc: Log the pending interrupt during resume
Prasad Sodagudi
1
-0
/
+23
2022-05-21
mailbox: pcc: Fix an invalid-load caught by the address sanitizer
Mario Limonciello
1
-1
/
+1
2022-05-21
dt-bindings: mailbox: remove the IPCC "wakeup" IRQ
Fabien Dessenne
1
-8
/
+3
2022-05-21
mailbox: correct kerneldoc
Krzysztof Kozlowski
3
-3
/
+5
2022-05-21
mailbox: omap: using pm_runtime_resume_and_get to simplify the code
ran jianping
1
-4
/
+2
2022-05-21
mailbox:imx: using pm_runtime_resume_and_get
ran jianping
1
-4
/
+2
2022-05-21
mailbox: mediatek: support mt8186 adsp mailbox
Tinghan Shen
1
-0
/
+8
2022-05-21
dt-bindings: mailbox: mtk,adsp-mbox: add mt8186 compatible name
Tinghan Shen
1
-3
/
+4
2022-05-21
mailbox: tegra-hsp: Add 128-bit shared mailbox support
Kartik
1
-3
/
+74
2022-05-21
dt-bindings: tegra186-hsp: add type for shared mailboxes
Kartik
2
-0
/
+14
2022-05-21
mailbox: tegra-hsp: Add tegra_hsp_sm_ops
Kartik
1
-27
/
+47
2022-05-21
dt-bindings: gce: add the GCE header file for MT8186
Yongqiang Niu
1
-0
/
+421
2022-05-21
mailbox: remove an unneeded NULL check on list iterator
Xiaomeng Tong
1
-1
/
+1
2022-05-21
mailbox: imx: remove redundant initializer
Tom Rix
1
-1
/
+0
2022-05-21
dt-bindings: mailbox: qcom-ipcc: simplify the example
Krzysztof Kozlowski
1
-19
/
+10
2022-05-21
Revert "ACPICA: executer/exsystem: Warn about sleeps greater than 10 ms"
Rafael J. Wysocki
1
-11
/
+0
2022-05-21
drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid
Marek Vasut
1
-1
/
+1
2022-05-21
io_uring: cleanup handling of the two task_work lists
Jens Axboe
1
-25
/
+37
2022-05-21
EDAC/xgene: Fix typo processsors -> processors
Julia Lawall
1
-1
/
+1
2022-05-21
mtip32xx: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
blk-mq: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers
Piyush Malgujar
1
-0
/
+1
2022-05-21
i2c: meson: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
i2c: rcar: use flags instead of atomic_xfer
Kuninori Morimoto
1
-10
/
+10
2022-05-21
i2c: rcar: REP_AFTER_RD is not a persistent flag
Wolfram Sang
1
-9
/
+8
2022-05-21
i2c: rcar: use BIT macro consistently
Wolfram Sang
1
-35
/
+35
2022-05-21
i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging
Mika Westerberg
1
-0
/
+14
2022-05-21
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
5
-0
/
+86
2022-05-21
x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
Pawan Gupta
1
-7
/
+14
2022-05-21
x86/speculation/srbds: Update SRBDS mitigation selection
Pawan Gupta
1
-3
/
+5
2022-05-21
i2c: qcom-geni: remove unnecessary conditions
Dan Carpenter
1
-4
/
+2
2022-05-21
x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
Pawan Gupta
4
-0
/
+34
2022-05-21
x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
Pawan Gupta
1
-2
/
+14
2022-05-21
x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
Pawan Gupta
1
-10
/
+16
2022-05-21
x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
Pawan Gupta
4
-4
/
+148
2022-05-21
x86/speculation: Add a common function for MD_CLEAR mitigation update
Pawan Gupta
1
-26
/
+33
2022-05-21
x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
Pawan Gupta
5
-2
/
+81
2022-05-21
Documentation: Add documentation for Processor MMIO Stale Data
Pawan Gupta
2
-0
/
+247
2022-05-21
i2c: mt7621: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-4
/
+1
2022-05-21
i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
Yang Yingliang
1
-2
/
+8
[prev]
[next]