index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
mm: allow arch code to control the user page table ceiling
Hugh Dickins
1
-0
/
+10
2013-04-05
signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer
Ben Hutchings
1
-0
/
+4
2013-01-11
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
Michal Hocko
1
-0
/
+9
2012-10-02
mutex: Place lock in contended state after fastpath_lock failure
Will Deacon
1
-2
/
+9
2012-07-16
thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
Andrea Arcangeli
1
-0
/
+10
2012-07-16
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
Andrea Arcangeli
1
-2
/
+20
2012-04-30
asm-generic: Use __BITS_PER_LONG in statfs.h
H. Peter Anvin
1
-1
/
+1
2012-04-24
asm-generic: Allow overriding clock_t and add attributes to siginfo_t
H. Peter Anvin
1
-3
/
+11
2012-04-03
asm-generic: add linux/types.h to cmpxchg.h
Paul Gortmaker
1
-0
/
+1
2012-03-30
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-87
/
+22
2012-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-1
/
+1
2012-03-29
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
7
-149
/
+183
2012-03-29
Merge git://github.com/rustyrussell/linux
Linus Torvalds
1
-21
/
+14
2012-03-29
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-2
/
+2
2012-03-28
Delete all instances of asm/system.h
David Howells
1
-5
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
1
-1
/
+1
2012-03-28
Split arch_align_stack() out from asm-generic/system.h
David Howells
2
-20
/
+21
2012-03-28
Split the switch_to() wrapper out of asm-generic/system.h
David Howells
2
-16
/
+31
2012-03-28
Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h
David Howells
2
-77
/
+80
2012-03-28
Create asm-generic/barrier.h
David Howells
2
-33
/
+51
2012-03-28
Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h
David Howells
3
-1
/
+4
2012-03-27
compat: use sys_sendfile64() implementation for sendfile syscall
Chris Metcalf
1
-1
/
+1
2012-03-26
params: <level>_initcall-like kernel parameters
Pawel Moll
1
-21
/
+14
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
3
-0
/
+4
2012-03-24
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
3
-3
/
+8
2012-03-24
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
Jason Baron
1
-0
/
+4
2012-03-24
consolidate WARN_...ONCE() static variables
Jan Beulich
2
-3
/
+4
2012-03-24
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2
-24
/
+6
2012-03-22
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+45
2012-03-22
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-0
/
+61
2012-03-12
Merge tag 'v3.3-rc7' into gpio/next
Grant Likely
5
-2
/
+60
2012-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2012-03-05
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
3
-0
/
+4
2012-03-03
gpio: constify the data parameter to gpiochip_find()
Grant Likely
1
-2
/
+2
2012-02-28
Merge branch 'linus' into x86/asm
Ingo Molnar
14
-61
/
+174
2012-02-27
[PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...
James Bottomley
2
-2
/
+2
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-0
/
+58
2012-02-24
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
1
-0
/
+2
2012-02-24
bitops: Add missing parentheses to new get_order macro
Joerg Roedel
1
-2
/
+2
2012-02-24
net: Add framework to allow sending packets with customized CRC.
Ben Greear
1
-0
/
+4
2012-02-24
PCI: collapse pcibios_resource_to_bus
Bjorn Helgaas
1
-2
/
+0
2012-02-24
PCI: add generic pcibios_resource_to_bus()
Bjorn Helgaas
1
-23
/
+1
2012-02-24
PCI: add pci_clear_flags()
Bjorn Helgaas
1
-0
/
+6
2012-02-22
asm-generic: architecture independent readq/writeq for 32bit environment
Hitoshi Mitake
2
-0
/
+56
2012-02-22
sock: Introduce the SO_PEEK_OFF sock option
Pavel Emelyanov
1
-0
/
+1
2012-02-21
bitops: Optimise get_order()
David Howells
1
-12
/
+28
2012-02-21
bitops: Adjust the comment on get_order() to describe the size==0 case
David Howells
1
-1
/
+22
2012-02-21
posix_types: Introduce __kernel_[u]long_t
H. Peter Anvin
1
-9
/
+14
2012-02-15
posix_types: Remove fd_set macros
H. Peter Anvin
1
-72
/
+0
[next]