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
2008-04-19
asm-generic: add node_to_cpumask_ptr macro
Mike Travis
1
-0
/
+14
2008-04-03
kvm: provide kvm.h for all architecture: fixes headers_install
Christian Borntraeger
1
-0
/
+2
2008-02-23
percpu: fix DEBUG_PREEMPT per_cpu checking
Hugh Dickins
1
-0
/
+2
2008-02-19
Add missing init section definitions
Sam Ravnborg
1
-0
/
+3
2008-02-12
Make topology fallback macros reference their arguments.
Andi Kleen
1
-5
/
+5
2008-02-08
asm-generic: remove fastcall
Harvey Harrison
3
-22
/
+22
2008-02-08
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
David Howells
1
-0
/
+2
2008-02-08
tty: let architectures override the user/kernel macros.
Heiko Carstens
1
-0
/
+6
2008-02-07
Add cmpxchg_local to asm-generic for per cpu atomic operations
Mathieu Desnoyers
2
-0
/
+87
2008-02-07
Unexport asm/page.h
Kirill A. Shutemov
1
-3
/
+0
2008-02-07
Unexport asm/elf.h
Kirill A. Shutemov
1
-1
/
+0
2008-02-07
Unexport asm/user.h and linux/user.h
Kirill A. Shutemov
1
-1
/
+0
2008-02-06
remove support for un-needed _extratext section
Robin Getz
1
-2
/
+0
2008-02-06
taskstats scaled time cleanup
Michael Neuling
1
-0
/
+1
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
3
-3
/
+3
2008-02-05
gpiolib: add gpio provider infrastructure
David Brownell
1
-0
/
+98
2008-02-04
x86: fix RTC lockdep warning: potential hardirq recursion
Andrew Morton
1
-4
/
+7
2008-02-04
asm-generic/tlb.h: remove <linux/quicklist.h>
H. Peter Anvin
1
-1
/
+0
2008-02-01
asm-generic/tlb.h: build fix
Ingo Molnar
1
-0
/
+1
2008-01-30
x86: add testcases for RODATA and NX protections/attributes
Arjan van de Ven
1
-0
/
+1
2008-01-30
x86: demacro asm-x86/pgalloc_32.h
Jeremy Fitzhardinge
1
-1
/
+0
2008-01-30
x86/non-x86: percpu, node ids, apic ids x86.git fixup
Mike Travis
1
-10
/
+2
2008-01-30
percpu: make the asm-generic/percpu.h more "generic"
travis@sgi.com
1
-11
/
+63
2008-01-30
percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h
travis@sgi.com
1
-18
/
+0
2008-01-30
percpu: use a kconfig variable to signal arch specific percpu setup
travis@sgi.com
1
-1
/
+0
2008-01-30
debug: move WARN_ON() out of line
Arjan van de Ven
1
-5
/
+5
2008-01-30
debug: introduce __WARN()
Olof Johansson
1
-6
/
+11
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-2
/
+87
2008-01-29
ext4: Add ext4_find_next_bit()
Aneesh Kumar K.V
2
-0
/
+6
2008-01-29
Introduce new section reference annotations tags: __ref, __refdata, __refconst
Sam Ravnborg
1
-0
/
+3
2008-01-29
asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependencies
Adrian Bunk
1
-2
/
+1
2008-01-29
Use separate sections for __dev/__cpu/__mem code/data
Sam Ravnborg
1
-6
/
+82
2008-01-29
all archs: consolidate init and exit sections in vmlinux.lds.h
Sam Ravnborg
1
-0
/
+7
2008-01-25
sched: SCHED_FIFO/SCHED_RR watchdog timer
Peter Zijlstra
1
-2
/
+3
2007-12-27
Revert quicklist need->flush fix
Christoph Lameter
1
-3
/
+0
2007-12-18
quicklist: Set tlb->need_flush if pages are remaining in quicklist 0
Christoph Lameter
1
-0
/
+4
2007-11-26
sched: fix RLIMIT_CPU comment
Ingo Molnar
1
-1
/
+1
2007-10-19
Linux Kernel Markers
Mathieu Desnoyers
1
-1
/
+6
2007-10-19
define first set of BIT* macros
Jiri Slaby
2
-31
/
+25
2007-10-19
forbid asm/bitops.h direct inclusion
Jiri Slaby
1
-0
/
+4
2007-10-19
bitops: introduce lock ops
Nick Piggin
2
-0
/
+46
2007-10-17
remove include/asm-*/ipc.h
Adrian Bunk
2
-32
/
+0
2007-10-17
unexport asm/shmparam.h
Olaf Hering
1
-1
/
+0
2007-10-16
flush icache before set_pte() on ia64: flush icache at set_pte
KAMEZAWA Hiroyuki
1
-4
/
+0
2007-10-16
Generic Virtual Memmap support for SPARSEMEM
Christoph Lameter
1
-0
/
+6
2007-10-13
fix sparc32 breakage (result of vmlinux.lds.S bug)
Al Viro
1
-1
/
+2
2007-10-12
libata-portmap: Remove unused definitions
Alan Cox
1
-5
/
+0
2007-09-12
Define termios_1 functions for powerpc, s390, avr32 and frv
Paul Mackerras
1
-0
/
+2
2007-08-12
changing include/asm-generic/pgtable.h for non-mmu
Greg Ungerer
1
-35
/
+38
2007-08-01
Fix WARN_ON() on bitfield ops
Linus Torvalds
1
-3
/
+3
[next]