index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-18
irqdomain: Add irq_domain_{push,pop}_irq() functions
David Daney
2
-0
/
+172
2017-08-18
irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()
David Daney
1
-1
/
+2
2017-08-18
irqdomain: Factor out code to add and remove items to and from the revmap
David Daney
1
-29
/
+29
2017-08-18
genirq: Add handle_fasteoi_{level,edge}_irq flow handlers
David Daney
3
-0
/
+112
2017-08-18
genirq: Export more irq_chip_*_parent() functions
David Daney
1
-0
/
+3
2017-08-18
irqchip/xtensa-mx: Report that effective affinity is a single target
Marc Zyngier
2
-1
/
+6
2017-08-18
irqchip/mips-gic: Report that effective affinity is a single target
Marc Zyngier
2
-3
/
+8
2017-08-18
irqchip/hip04: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
irqchip/metag-ext: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+5
2017-08-18
irqchip/bcm-7038-l1: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
irqchip/bcm-6345-l1: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
irqchip/armada-370-xp: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
irqchip/gic-v3-its: Report that effective affinity is a single target
Marc Zyngier
1
-1
/
+6
2017-08-18
irqchip/gic-v3: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
irqchip/gic: Report that effective affinity is a single target
Marc Zyngier
2
-0
/
+4
2017-08-18
genirq/proc: Use the the accessor to report the effective affinity
Marc Zyngier
1
-1
/
+1
2017-08-18
genirq: Restrict effective affinity to interrupts actually using it
Marc Zyngier
1
-1
/
+4
2017-08-18
genirq/debugfs: Triggering of interrupts from userspace
Marc Zyngier
1
-1
/
+49
2017-08-16
genirq/irq_sim: Add a devres variant of irq_sim_init()
Bartosz Golaszewski
3
-0
/
+47
2017-08-16
genirq/irq_sim: Add a simple interrupt simulator framework
Bartosz Golaszewski
4
-0
/
+168
2017-08-14
genirq: Fix for_each_action_of_desc() macro
Masahiro Yamada
1
-1
/
+1
2017-08-13
Linux 4.13-rc5
v4.13-rc5
Linus Torvalds
1
-1
/
+1
2017-08-12
mtd: blkdevs: Fix mtd block write failure
Abhishek Sahu
1
-0
/
+1
2017-08-11
pnfs/blocklayout: require 64-bit sector_t
Christoph Hellwig
1
-0
/
+1
2017-08-11
iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device
Artem Savkov
1
-0
/
+7
2017-08-11
xen/events: Fix interrupt lost during irq_disable and irq_enable
Liu Shuo
1
-1
/
+1
2017-08-11
xen: avoid deadlock in xenbus
Juergen Gross
1
-1
/
+2
2017-08-11
xen: fix hvm guest with kaslr enabled
Juergen Gross
1
-2
/
+14
2017-08-11
xen: split up xen_hvm_init_shared_info()
Juergen Gross
1
-21
/
+24
2017-08-11
x86: provide an init_mem_mapping hypervisor hook
Juergen Gross
2
-0
/
+13
2017-08-11
fuse: set mapping error in writepage_locked when it fails
Jeff Layton
1
-0
/
+1
2017-08-10
userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage
Mike Rapoport
1
-2
/
+2
2017-08-10
zram: rework copy of compressor name in comp_algorithm_store()
Matthias Kaehlcke
1
-2
/
+2
2017-08-10
rmap: do not call mmu_notifier_invalidate_page() under ptl
Kirill A. Shutemov
1
-22
/
+30
2017-08-10
mm: fix list corruptions on shmem shrinklist
Cong Wang
1
-2
/
+10
2017-08-10
mm/balloon_compaction.c: don't zero ballooned pages
Wei Wang
1
-1
/
+1
2017-08-10
MAINTAINERS: copy virtio on balloon_compaction.c
Michael S. Tsirkin
1
-0
/
+1
2017-08-10
mm: fix KSM data corruption
Minchan Kim
2
-3
/
+7
2017-08-10
mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
Minchan Kim
8
-9
/
+48
2017-08-10
mm: make tlb_flush_pending global
Minchan Kim
2
-25
/
+0
2017-08-10
mm: refactor TLB gathering API
Minchan Kim
8
-25
/
+54
2017-08-10
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
2
-6
/
+7
2017-08-10
mm: migrate: fix barriers around tlb_flush_pending
Nadav Amit
1
-4
/
+10
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
4
-13
/
+26
2017-08-10
fault-inject: fix wrong should_fail() decision in task context
Akinobu Mita
1
-3
/
+5
2017-08-10
test_kmod: fix small memory leak on filesystem tests
Dan Carpenter
1
-1
/
+1
2017-08-10
test_kmod: fix the lock in register_test_dev_kmod()
Dan Carpenter
1
-1
/
+1
2017-08-10
test_kmod: fix bug which allows negative values on two config options
Luis R. Rodriguez
1
-4
/
+4
2017-08-10
test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"
Colin Ian King
1
-2
/
+2
2017-08-10
userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case
Andrea Arcangeli
1
-1
/
+1
[next]