index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
idr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
dt-bindings: More use 'enum' instead of 'oneOf' plus 'const' entries
Rob Herring
3
-14
/
+14
2021-09-10
fsnotify: fix sb_connectors leak
Amir Goldstein
1
-0
/
+1
2021-09-10
of: property: Disable fw_devlink DT support for X86
Saravana Kannan
1
-0
/
+3
2021-09-10
MAINTAINERS: Change Rafael's e-mail address
Rafael J. Wysocki
1
-10
/
+10
2021-09-10
ACPICA: Update the list of maintainers
Rafael J. Wysocki
1
-1
/
+0
2021-09-10
arm64: kdump: Skip kmemleak scan reserved memory for kdump
Chen Wandun
1
-0
/
+6
2021-09-10
drm/ttm: Fix a deadlock if the target BO is not idle during swap
xinhui pan
1
-3
/
+3
2021-09-10
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
3
-18
/
+18
2021-09-10
tracing/boot: Fix to check the histogram control param is a leaf node
Masami Hiramatsu
1
-3
/
+3
2021-09-10
tracing/boot: Fix trace_boot_hist_add_array() to check array is value
Masami Hiramatsu
1
-4
/
+3
2021-09-09
parisc: Implement __get/put_kernel_nofault()
Helge Deller
6
-86
/
+62
2021-09-09
arm64: mm: limit linear region to 51 bits for KVM in nVHE mode
Ard Biesheuvel
1
-1
/
+15
2021-09-09
thermal/drivers/qcom/spmi-adc-tm5: Don't abort probing if a sensor is not used
Matthias Kaehlcke
1
-0
/
+6
2021-09-09
thermal/drivers/intel: Allow processing of HWP interrupt
Srinivas Pandruvada
2
-1
/
+9
2021-09-09
iommu: Clarify default domain Kconfig
Robin Murphy
1
-1
/
+1
2021-09-09
iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()
Fenghua Yu
1
-0
/
+12
2021-09-09
iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
Fenghua Yu
1
-3
/
+0
2021-09-09
iommu/amd: Remove iommu_init_ga()
Suravee Suthikulpanit
1
-13
/
+4
2021-09-09
iommu/amd: Relocate GAMSup check to early_enable_iommus
Wei Huang
1
-7
/
+24
2021-09-09
parisc: Mark sched_clock unstable only if clocks are not syncronized
Helge Deller
2
-6
/
+3
2021-09-09
parisc: Move pci_dev_is_behind_card_dino to where it is used
Guenter Roeck
1
-9
/
+9
2021-09-09
parisc: Reduce sigreturn trampoline to 3 instructions
Helge Deller
3
-9
/
+8
2021-09-09
parisc: Check user signal stack trampoline is inside TASK_SIZE
Helge Deller
1
-7
/
+10
2021-09-09
parisc: Drop useless debug info and comments from signal.c
Helge Deller
1
-15
/
+0
2021-09-09
parisc: Drop strnlen_user() in favour of generic version
Helge Deller
4
-38
/
+1
2021-09-09
parisc: Add missing FORCE prerequisite in Makefile
Helge Deller
1
-9
/
+9
2021-09-09
rtc: rx8010: select REGMAP_I2C
Yu-Tung Chang
1
-0
/
+1
2021-09-09
Input: analog - always use ktime functions
Guenter Roeck
1
-94
/
+13
2021-09-09
nds32/setup: remove unused memblock_region variable in setup_memory()
Mike Rapoport
1
-1
/
+0
2021-09-09
mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
yanghui
1
-4
/
+13
2021-09-09
mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
Naohiro Aota
1
-1
/
+2
2021-09-09
mmap_lock: change trace and locking order
Liam Howlett
1
-4
/
+4
2021-09-09
mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
Miaohe Lin
1
-1
/
+3
2021-09-09
mm,vmscan: fix divide by zero in get_scan_count
Rik van Riel
1
-1
/
+1
2021-09-09
mm/hugetlb: initialize hugetlb_usage in mm_init
Liu Zixian
2
-0
/
+10
2021-09-09
mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
Li Zhijian
1
-1
/
+4
2021-09-09
arch: remove compat_alloc_user_space
Arnd Bergmann
24
-333
/
+12
2021-09-09
compat: remove some compat entry points
Arnd Bergmann
14
-117
/
+42
2021-09-09
mm: simplify compat numa syscalls
Arnd Bergmann
2
-129
/
+64
2021-09-09
mm: simplify compat_sys_move_pages
Arnd Bergmann
1
-15
/
+30
2021-09-09
kexec: avoid compat_alloc_user_space
Arnd Bergmann
1
-36
/
+25
2021-09-09
kexec: move locking into do_kexec_load
Arnd Bergmann
1
-28
/
+16
2021-09-09
mm: migrate: change to use bool type for 'page_was_mapped'
Baolin Wang
1
-2
/
+2
2021-09-09
mm: migrate: fix the incorrect function name in comments
Baolin Wang
1
-1
/
+1
2021-09-09
mm: migrate: introduce a local variable to get the number of pages
Baolin Wang
1
-2
/
+3
2021-09-09
mm/vmstat: protect per cpu variables with preempt disable on RT
Ingo Molnar
1
-0
/
+48
2021-09-09
ksmbd: fix control flow issues in sid_to_id()
Namjae Jeon
1
-26
/
+22
2021-09-09
ksmbd: fix read of uninitialized variable ret in set_file_basic_info
Namjae Jeon
1
-1
/
+1
2021-09-09
ksmbd: add missing assignments to ret on ndr_read_int64 read calls
Colin Ian King
1
-2
/
+2
2021-09-08
tracing/boot: Fix to loop on only subkeys
Masami Hiramatsu
1
-3
/
+3
[next]