index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-25
37
-196
/
+318
|
\
|
*
objtool: Fix stack-swizzle for FRAME_POINTER=y
Peter Zijlstra
2021-02-22
1
-0
/
+14
|
*
um: Enforce the usage of asm-generic/softirq_stack.h
Thomas Gleixner
2021-02-16
1
-0
/
+1
|
*
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
1203
-6364
/
+13626
|
|
\
|
*
|
x86/softirq/64: Inline do_softirq_own_stack()
Thomas Gleixner
2021-02-10
3
-7
/
+12
|
*
|
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
11
-9
/
+24
|
*
|
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
2021-02-10
14
-12
/
+13
|
*
|
x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK
Thomas Gleixner
2021-02-10
3
-12
/
+10
|
*
|
x86/softirq: Remove indirection in do_softirq_own_stack()
Thomas Gleixner
2021-02-10
3
-76
/
+17
|
*
|
x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall
Thomas Gleixner
2021-02-10
1
-13
/
+6
|
*
|
x86/entry: Convert device interrupts to inline stack switching
Thomas Gleixner
2021-02-10
4
-34
/
+36
|
*
|
x86/entry: Convert system vectors to irq stack macro
Thomas Gleixner
2021-02-10
3
-30
/
+66
|
*
|
x86/irq: Provide macro for inlining irq stack switching
Thomas Gleixner
2021-02-10
1
-0
/
+98
|
*
|
x86/apic: Split out spurious handling code
Thomas Gleixner
2021-02-10
1
-12
/
+19
|
*
|
x86/irq/64: Adjust the per CPU irq stack pointer by 8
Thomas Gleixner
2021-02-10
5
-16
/
+27
|
*
|
x86/irq: Sanitize irq stack tracking
Thomas Gleixner
2021-02-10
4
-10
/
+10
|
*
|
x86/entry: Fix instrumentation annotation
Thomas Gleixner
2021-02-10
1
-1
/
+1
|
*
|
Merge branch 'objtool/core' into x86/entry
Thomas Gleixner
2021-02-10
49
-597
/
+963
|
|
\
\
*
|
\
\
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-25
117
-1734
/
+2027
|
\
\
\
\
|
*
|
|
|
mm/migrate: remove unneeded semicolons
Chengyang Fan
2021-02-24
1
-1
/
+1
|
*
|
|
|
hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
Miaohe Lin
2021-02-24
1
-5
/
+2
|
*
|
|
|
hugetlbfs: fix some comment typos
Miaohe Lin
2021-02-24
1
-4
/
+4
|
*
|
|
|
hugetlbfs: correct some obsolete comments about inode i_mutex
Miaohe Lin
2021-02-24
1
-2
/
+2
|
*
|
|
|
hugetlbfs: make hugepage size conversion more readable
Miaohe Lin
2021-02-24
1
-2
/
+2
|
*
|
|
|
hugetlbfs: remove meaningless variable avoid_reserve
Miaohe Lin
2021-02-24
1
-3
/
+9
|
*
|
|
|
hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
|
|
|
hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
|
|
|
hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()
Miaohe Lin
2021-02-24
1
-2
/
+0
|
*
|
|
|
hugetlbfs: remove special hugetlbfs_set_page_dirty()
Mike Kravetz
2021-02-24
1
-12
/
+1
|
*
|
|
|
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2021-02-24
3
-26
/
+17
|
*
|
|
|
mm, oom: fix a comment in dump_task()
Tang Yizhou
2021-02-24
1
-3
/
+2
|
*
|
|
|
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
|
|
|
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
2021-02-24
2
-1
/
+19
|
*
|
|
|
mm, compaction: make fast_isolate_freepages() stay within zone
Vlastimil Babka
2021-02-24
1
-5
/
+11
|
*
|
|
|
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
2021-02-24
1
-15
/
+12
|
*
|
|
|
mm/compaction: correct deferral logic for proactive compaction
Charan Teja Reddy
2021-02-24
1
-6
/
+14
|
*
|
|
|
mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
Miaohe Lin
2021-02-24
1
-1
/
+0
|
*
|
|
|
mm/compaction: remove rcu_read_lock during page compaction
Alex Shi
2021-02-24
1
-4
/
+1
|
*
|
|
|
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
2021-02-24
1
-7
/
+1
|
*
|
|
|
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
2021-02-24
1
-2
/
+1
|
*
|
|
|
mm/vmscan: restore zone_reclaim_mode ABI
Dave Hansen
2021-02-24
2
-7
/
+12
|
*
|
|
|
hugetlb: fix uninitialized subpool pointer
Mike Kravetz
2021-02-24
1
-0
/
+1
|
*
|
|
|
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
2021-02-24
1
-0
/
+10
|
*
|
|
|
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
2021-02-24
2
-19
/
+7
|
*
|
|
|
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
2021-02-24
2
-29
/
+13
|
*
|
|
|
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
5
-44
/
+25
|
*
|
|
|
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
2021-02-24
3
-32
/
+96
|
*
|
|
|
mm: workingset: clarify eviction order and distance calculation
Oscar Salvador
2021-02-24
1
-1
/
+1
|
*
|
|
|
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
2021-02-24
2
-3
/
+2
|
*
|
|
|
include/linux/mm_inline.h: fold __update_lru_size() into its sole caller
Yu Zhao
2021-02-24
1
-8
/
+1
[next]