index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-11
asm-generic: add generic versions of common headers
Arnd Bergmann
18
-0
/
+558
2009-06-11
asm-generic: make bitops.h usable
Arnd Bergmann
1
-6
/
+18
2009-06-11
asm-generic: make pci.h usable directly
Arnd Bergmann
1
-0
/
+8
2009-06-11
asm-generic: make get_rtc_time overridable
Arnd Bergmann
1
-1
/
+1
2009-06-11
asm-generic: rename page.h and uaccess.h
Arnd Bergmann
2
-7
/
+7
2009-06-11
asm-generic: rename atomic.h to atomic-long.h
Arnd Bergmann
2
-3
/
+4
2009-06-11
asm-generic: add a generic unistd.h
Arnd Bergmann
2
-0
/
+855
2009-06-11
asm-generic: add generic ABI headers
Arnd Bergmann
16
-0
/
+1049
2009-06-11
asm-generic: add generic sysv ipc headers
Arnd Bergmann
6
-0
/
+189
2009-06-11
asm-generic: introduce asm/bitsperlong.h
Arnd Bergmann
5
-0
/
+38
2009-06-11
asm-generic: rename termios.h, signal.h and mman.h
Arnd Bergmann
4
-11
/
+11
2009-05-18
asm-generic: fix local_add_unless macro
Roel Kluin
1
-1
/
+1
2009-05-06
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
1
-3
/
+4
2009-05-02
atomic: fix atomic_long_cmpxchg/xchg for 64 bit architectures
Heiko Carstens
1
-2
/
+2
2009-04-27
Remove unused support code for refok sections.
Tim Abbott
1
-3
/
+0
2009-04-26
Add new HEAD_TEXT_SECTION macro.
Tim Abbott
1
-1
/
+3
2009-04-21
PERCPU: Collect the DECLARE/DEFINE declarations together
David Howells
1
-24
/
+2
2009-04-21
FRV: Fix the section attribute on UP DECLARE_PER_CPU()
David Howells
1
-2
/
+41
2009-04-15
The default CONFIG_BUG=n version of BUG() should have an empty do...while
David Howells
1
-1
/
+1
2009-04-13
asm-generic/siginfo.h: update NSIGTRAP definition
Andi Kleen
1
-1
/
+1
2009-04-10
percpu: unbreak alpha percpu
Tejun Heo
1
-52
/
+0
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+28
2009-04-02
gpiolib: allow GPIOs to be named
Daniel Silverstone
1
-0
/
+5
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-1
/
+28
2009-04-01
remove unused include/asm-generic/dma-mapping.h
FUJITA Tomonori
1
-308
/
+0
2009-03-30
cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic
Rusty Russell
1
-7
/
+0
2009-03-30
cpumask: remove node_to_first_cpu
Rusty Russell
1
-3
/
+0
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
3
-5
/
+104
2009-03-26
Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-15
/
+16
2009-03-26
remove __KERNEL_STRICT_NAMES
Arnd Bergmann
1
-2
/
+3
2009-03-26
make exported headers use strict posix types
Arnd Bergmann
2
-13
/
+13
2009-03-24
dynamic debug: combine dprintk and dynamic printk
Jason Baron
1
-9
/
+6
2009-03-13
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
Frederic Weisbecker
1
-1
/
+10
2009-03-10
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...
Ingo Molnar
1
-1
/
+1
2009-03-09
tracing: trace_printk() fix, move format array to data section
Ingo Molnar
1
-1
/
+1
2009-03-08
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...
Ingo Molnar
3
-5
/
+104
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
1
-0
/
+9
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
3
-5
/
+104
2009-02-24
tracing: add event trace infrastructure
Steven Rostedt
1
-1
/
+10
2009-01-30
linker script: use separate simpler definition for PERCPU()
Tejun Heo
1
-5
/
+17
2009-01-29
Revert "generic, x86: fix __per_cpu_load relocation"
Ingo Molnar
1
-4
/
+3
2009-01-26
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-5
/
+5
2009-01-26
generic, x86: fix __per_cpu_load relocation
Brian Gerst
1
-3
/
+4
2009-01-21
Merge branch 'x86/mm' into core/percpu
Ingo Molnar
2
-3
/
+12
2009-01-20
linker script: kill PERCPU_VADDR_PREALLOC()
Tejun Heo
1
-37
/
+8
2009-01-20
percpu: refactor percpu.h
Brian Gerst
1
-0
/
+1
2009-01-17
linker script: add missing VMLINUX_SYMBOL
Tejun Heo
1
-2
/
+3
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
1
-0
/
+52
2009-01-16
x86: fold pda into percpu area on SMP
Tejun Heo
1
-1
/
+24
2009-01-16
x86: make percpu symbols zerobased on SMP
Tejun Heo
2
-7
/
+46
[next]