index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
extract_xc3028.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-26
x86/boot/64: Fix crash if kernel image crosses page table boundary
Kirill A. Shutemov
1
-8
/
+9
2019-06-22
x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz
Colin Ian King
1
-1
/
+2
2019-06-20
x86/resctrl: Prevent possible overrun during bitmap operations
Reinette Chatre
1
-19
/
+16
2019-06-19
x86/microcode: Fix the microcode load on CPU hotplug for real
Thomas Gleixner
1
-5
/
+10
2019-06-15
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
2
-1
/
+2
2019-06-14
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
1
-1
/
+1
2019-06-13
x86/fpu: Don't use current->mm to check for a kthread
Christoph Hellwig
2
-4
/
+4
2019-06-12
x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()
Matt Mullins
1
-1
/
+1
2019-06-12
x86/resctrl: Prevent NULL pointer dereference when local MBM is disabled
Prarit Bhargava
1
-0
/
+3
2019-06-12
x86/resctrl: Don't stop walking closids when a locksetup group is found
James Morse
1
-1
/
+6
2019-06-08
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
1
-0
/
+5
2019-06-07
x86/mm/KASLR: Compute the size of the vmemmap section properly
Baoquan He
1
-1
/
+10
2019-06-06
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
1
-9
/
+2
2019-06-06
x86/CPU: Add more Icelake model numbers
Kan Liang
1
-0
/
+3
2019-06-03
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
1
-1
/
+3
2019-06-03
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
1
-5
/
+5
2019-06-02
Linux 5.2-rc3
v5.2-rc3
Linus Torvalds
1
-1
/
+1
2019-06-02
mm, compaction: make sure we isolate a valid PFN
Suzuki K Poulose
1
-1
/
+1
2019-06-02
include/linux/generic-radix-tree.h: fix kerneldoc comment
Jonathan Corbet
1
-1
/
+1
2019-06-02
kernel/signal.c: trace_signal_deliver when signal_group_exit
Zhenliang Wei
1
-0
/
+2
2019-06-02
drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not used
Qian Cai
1
-1
/
+2
2019-06-02
spdxcheck.py: fix directory structures
Vincenzo Frascino
1
-3
/
+4
2019-06-02
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
1
-1
/
+1
2019-06-02
z3fold: fix sheduling while atomic
Vitaly Wool
1
-5
/
+6
2019-06-02
scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not set
Fabiano Rosas
1
-1
/
+2
2019-06-02
mm/gup: continue VM_FAULT_RETRY processing even for pre-faults
Mike Rapoport
1
-7
/
+8
2019-06-02
ocfs2: fix error path kobject memory leak
Tobin C. Harding
1
-0
/
+1
2019-06-02
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2
-5
/
+4
2019-06-02
mm, memcg: consider subtrees in memory.events
Chris Down
4
-4
/
+36
2019-06-02
prctl_set_mm: downgrade mmap_sem to read lock
Michal Koutný
2
-4
/
+11
2019-06-02
prctl_set_mm: refactor checks from validate_prctl_map
Michal Koutný
1
-26
/
+25
2019-06-02
kernel/fork.c: make max_threads symbol static
Kefeng Wang
1
-1
/
+1
2019-06-02
arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changes
Sebastian Andrzej Siewior
1
-0
/
+1
2019-06-02
arch/parisc/configs/c8000_defconfig: remove obsoleted CONFIG_DEBUG_SLAB_LEAK
David Rientjes
1
-1
/
+0
2019-06-02
mm/vmalloc.c: fix typo in comment
Andrew Morton
1
-1
/
+1
2019-06-02
lib/sort.c: fix kernel-doc notation warnings
Randy Dunlap
1
-6
/
+9
2019-06-02
mm: fix Documentation/vm/hmm.rst Sphinx warnings
Randy Dunlap
1
-3
/
+5
2019-06-01
treewide: fix typos of SPDX-License-Identifier
Masahiro Yamada
5
-5
/
+5
2019-06-01
crypto: ux500 - fix license comment syntax error
Alex Xu (Hello71)
1
-1
/
+1
2019-06-01
MAINTAINERS: add I2C DT bindings to ARM platforms
Wolfram Sang
1
-0
/
+11
2019-06-01
MAINTAINERS: add DT bindings to i2c drivers
Wolfram Sang
1
-0
/
+7
2019-05-31
block: print offending values when cloned rq limits are exceeded
John Pittman
1
-2
/
+5
2019-05-31
blk-mq: Document the blk_mq_hw_queue_to_node() arguments
Bart Van Assche
1
-1
/
+5
2019-05-31
blk-mq: Fix spelling in a source code comment
Bart Van Assche
1
-2
/
+2
2019-05-31
block: Fix bsg_setup_queue() kernel-doc header
Bart Van Assche
1
-0
/
+1
2019-05-31
block: Fix rq_qos_wait() kernel-doc header
Bart Van Assche
1
-3
/
+4
2019-05-31
block: Fix blk_mq_*_map_queues() kernel-doc headers
Bart Van Assche
3
-5
/
+5
2019-05-31
block: Fix throtl_pending_timer_fn() kernel-doc header
Bart Van Assche
1
-1
/
+1
2019-05-31
block: Convert blk_invalidate_devt() header into a non-kernel-doc header
Bart Van Assche
1
-2
/
+2
2019-05-31
block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header
Bart Van Assche
1
-1
/
+1
[next]