index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-10
2
-0
/
+4
|
\
|
*
timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...
Heena Sirwani
2014-10-29
1
-0
/
+1
|
*
timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC
Heena Sirwani
2014-10-29
2
-0
/
+3
*
|
Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-10
5
-4
/
+38
|
\
\
|
*
|
asm-generic: Remove asm-generic arch_bprm_mm_init()
Dave Hansen
2014-11-22
1
-5
/
+0
|
*
|
mm: Make arch_unmap()/bprm_mm_init() available to all architectures
Dave Hansen
2014-11-19
2
-9
/
+14
|
*
|
x86, mpx: Cleanup unused bound tables
Dave Hansen
2014-11-18
1
-0
/
+6
|
*
|
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
2014-11-18
3
-0
/
+15
|
*
|
x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific
Qiaowei Ren
2014-11-18
1
-0
/
+6
|
*
|
mpx: Extend siginfo structure to include bound violation information
Qiaowei Ren
2014-11-18
1
-1
/
+8
*
|
|
Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-12-10
7
-23
/
+358
|
\
\
\
|
*
|
|
genirq: Move irq_chip_write_msi_msg() helper to core
Thomas Gleixner
2014-12-07
1
-6
/
+0
|
*
|
|
PCI/MSI: Allow an msi_controller to be associated to an irq domain
Marc Zyngier
2014-11-23
1
-0
/
+3
|
*
|
|
PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain
Jiang Liu
2014-11-23
1
-0
/
+3
|
*
|
|
PCI/MSI: Enhance core to support hierarchy irqdomain
Jiang Liu
2014-11-23
1
-0
/
+14
|
*
|
|
genirq: Provide default callbacks for msi_domain_ops
Jiang Liu
2014-11-23
1
-5
/
+37
|
*
|
|
genirq: Introduce msi_domain_alloc/free_irqs()
Jiang Liu
2014-11-23
1
-0
/
+29
|
*
|
|
asm-generic: Add msi.h
Thomas Gleixner
2014-11-23
1
-0
/
+32
|
*
|
|
genirq: Add generic msi irq domain support
Jiang Liu
2014-11-23
1
-0
/
+45
|
*
|
|
genirq: Introduce callback irq_chip.irq_write_msi_msg
Jiang Liu
2014-11-23
1
-0
/
+8
|
*
|
|
irqdomain: Introduce helper function irq_domain_add_hierarchy()
Jiang Liu
2014-11-23
1
-0
/
+4
|
*
|
|
irqdomain: Implement a method to automatically call parent domains alloc/free
Jiang Liu
2014-11-23
1
-15
/
+9
|
*
|
|
genirq: Introduce helper irq_domain_set_info() to reduce duplicated code
Jiang Liu
2014-11-23
1
-0
/
+5
|
*
|
|
genirq: Split out flow handler typedefs into seperate header file
Thomas Gleixner
2014-11-23
2
-5
/
+15
|
*
|
|
genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip
Jiang Liu
2014-11-23
1
-0
/
+4
|
*
|
|
genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip
Jiang Liu
2014-11-23
1
-0
/
+5
|
*
|
|
genirq: Add more helper functions to support stacked irq_chip
Yingjoe Chen
2014-11-23
1
-0
/
+6
|
*
|
|
genirq: Introduce helper functions to support stacked irq_chip
Jiang Liu
2014-11-23
1
-0
/
+5
|
*
|
|
irqdomain: Introduce new interfaces to support hierarchy irqdomains
Jiang Liu
2014-11-23
2
-0
/
+103
|
*
|
|
PCI/MSI: Introduce helpers to hide struct msi_desc implementation details
Jiang Liu
2014-11-23
1
-0
/
+19
|
*
|
|
PCI/MSI: Rename mask/unmask_msi_irq et al
Thomas Gleixner
2014-11-23
1
-5
/
+13
|
*
|
|
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
2014-11-23
1
-2
/
+12
|
*
|
|
PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()
Jiang Liu
2014-11-23
1
-2
/
+3
|
*
|
|
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
2014-11-12
3
-10
/
+10
|
*
|
|
s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
Yijing Wang
2014-11-11
1
-2
/
+0
|
*
|
|
Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
Yijing Wang
2014-11-11
1
-2
/
+4
|
*
|
|
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
Yijing Wang
2014-11-06
1
-0
/
+1
*
|
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-12-10
1
-7
/
+25
|
\
\
\
\
|
*
|
|
|
genirq: Generic chip: Add big endian I/O accessors
Kevin Cernekee
2014-11-09
1
-0
/
+2
|
*
|
|
|
genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}
Kevin Cernekee
2014-11-09
1
-2
/
+12
|
*
|
|
|
genirq: Generic chip: Change irq_reg_{readl,writel} arguments
Kevin Cernekee
2014-11-09
1
-7
/
+13
|
|
/
/
/
*
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-10
3
-9
/
+78
|
\
\
\
\
|
*
|
|
|
time: Remove timekeeping_inject_sleeptime()
John Stultz
2014-11-21
1
-11
/
+0
|
*
|
|
|
rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacement
pang.xunlei
2014-11-21
1
-2
/
+19
|
*
|
|
|
time: Expose get_monotonic_coarse64() for in-kernel uses
John Stultz
2014-11-21
1
-1
/
+10
|
*
|
|
|
time: Expose getrawmonotonic64 for in-kernel uses
John Stultz
2014-11-21
1
-1
/
+14
|
*
|
|
|
time: Provide y2038 safe mktime() replacement
pang.xunlei
2014-11-21
1
-3
/
+14
|
*
|
|
|
time: Provide y2038 safe timekeeping_inject_sleeptime() replacement
pang.xunlei
2014-11-21
1
-1
/
+12
|
*
|
|
|
time: Provide y2038 safe do_settimeofday() replacement
pang.xunlei
2014-11-21
1
-1
/
+20
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-12-09
9
-82
/
+167
|
\
\
\
\
[next]