index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_reporting.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-22
afs: Fix afs_getattr() to refetch file status if callback break occurred
David Howells
1
-1
/
+13
2022-05-21
perf session: Fix Intel LBR callstack entries and nr print message
Chengdong Li
1
-5
/
+21
2022-05-21
perf test bpf: Skip test if clang is not present
Athira Rajeev
1
-4
/
+6
2022-05-21
perf test session topology: Fix test to skip the test in guest environment
Athira Rajeev
1
-0
/
+11
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
io_uring: cleanup handling of the two task_work lists
Jens Axboe
1
-25
/
+37
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: ismt: Provide a DMA buffer for Interrupt Cause Logging
Mika Westerberg
1
-0
/
+14
2022-05-21
i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
Yang Yingliang
1
-2
/
+8
2022-05-20
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
1
-0
/
+14
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
1
-2
/
+4
2022-05-20
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
1
-2
/
+2
2022-05-20
KVM: Free new dirty bitmap if creating a new memslot fails
Sean Christopherson
1
-1
/
+1
2022-05-20
gpio: mvebu/pwm: Refuse requests with inverted polarity
Uwe Kleine-König
1
-0
/
+3
2022-05-20
gpio: gpio-vf610: do not touch other bits when set the target bit
Haibo Chen
1
-2
/
+6
2022-05-20
perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events
Ian Rogers
1
-3
/
+14
2022-05-20
KVM: eventfd: Fix false positive RCU usage warning
Wanpeng Li
1
-1
/
+2
2022-05-20
perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Arnaldo Carvalho de Melo
5
-1
/
+22
2022-05-20
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
4
-0
/
+27
2022-05-20
nvme: helper for uring-passthrough checks
Kanchan Joshi
1
-8
/
+16
2022-05-20
selftests: kvm/x86: Verify the pmu event filter matches the correct event
Aaron Lewis
1
-0
/
+19
2022-05-20
selftests: kvm/x86: Add the helper function create_pmu_event_filter
Aaron Lewis
1
-4
/
+14
2022-05-20
kvm: x86/pmu: Fix the compare function used by the pmu event filter
Aaron Lewis
1
-2
/
+5
2022-05-20
scsi: ufs: core: Fix referencing invalid rsp field
Daejun Park
1
-12
/
+7
2022-05-20
riscv: dts: microchip: fix gpio1 reg property typo
Conor Paxton
1
-1
/
+1
2022-05-19
nvme: set non-mdts limits in nvme_scan_work
Chaitanya Kulkarni
1
-4
/
+15
2022-05-19
riscv: dts: sifive: fu540-c000: align dma node name with dtschema
Krzysztof Kozlowski
1
-1
/
+1
2022-05-19
io_uring: fix incorrect __kernel_rwf_t cast
Vasily Averin
1
-1
/
+1
2022-05-19
mmc: core: Fix busy polling for MMC_SEND_OP_COND again
Ulf Hansson
1
-1
/
+1
2022-05-19
bfq: Remove bfq_requeue_request_body()
Jan Kara
1
-7
/
+2
2022-05-19
bfq: Remove superfluous conversion from RQ_BIC()
Jan Kara
1
-1
/
+1
2022-05-19
bfq: Allow current waker to defend against a tentative one
Jan Kara
1
-2
/
+1
2022-05-19
bfq: Relax waker detection for shared queues
Jan Kara
2
-2
/
+4
2022-05-19
fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages
Zhihao Cheng
1
-5
/
+8
2022-05-19
drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomap
Maarten Lankhorst
1
-4
/
+2
2022-05-19
riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
3
-6
/
+32
2022-05-19
net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.
Andrew Lunn
1
-0
/
+7
2022-05-19
ptp: ocp: change sysfs attr group handling
Jonathan Lemon
1
-15
/
+42
2022-05-19
selftests: forwarding: fix missing backslash
Joachim Wiberg
1
-1
/
+1
2022-05-19
blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()
Jens Axboe
1
-1
/
+0
2022-05-19
io_uring: disallow mixed provided buffer group registrations
Jens Axboe
1
-3
/
+5
2022-05-19
io_uring: initialize io_buffer_list head when shared ring is unregistered
Jens Axboe
1
-0
/
+3
2022-05-18
Input: ili210x - use one common reset implementation
Marek Vasut
1
-12
/
+8
2022-05-18
Input: ili210x - fix reset timing
Marek Vasut
1
-2
/
+2
2022-05-18
drm/amd: Don't reset dGPUs if the system is going to s2idle
Mario Limonciello
3
-1
/
+17
[next]