index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-30
[PATCH] consolidate asm/ipc.h
Stephen Rothwell
1
-0
/
+31
2005-03-28
Merge whitespace and __nocast changes
Linus Torvalds
3
-2
/
+8
2005-03-28
[PATCH] arch hook for notifying changes in PTE protections bits
Seth Rohit
1
-0
/
+4
2005-03-28
[PATCH] posix-cpu-timers and cputime_t divisons.
Martin Schwidefsky
1
-0
/
+2
2005-03-28
[PATCH] mm counter operations through macros
Christoph Lameter
1
-2
/
+2
2005-03-28
Mark "gfp" masks as "unsigned int" and use __nocast to find violations.
Linus Torvalds
1
-2
/
+2
2005-03-16
[ARCH]: Consolidate portable unaligned.h implementations.
David S. Miller
1
-7
/
+108
2005-03-15
[SPARC64]: Override {pgd,pmd}_addr_end() to handle vaddr hole.
David S. Miller
1
-0
/
+2
2005-03-13
[PATCH] remove obsolete linux/resource.h inclusion from asm-generic/siginfo.h
Olaf Hering
1
-1
/
+0
2005-03-13
[PATCH] ptwalk: pud and pmd folded
Hugh Dickins
4
-0
/
+18
2005-03-13
[PATCH] ptwalk: change_protection
Hugh Dickins
1
-0
/
+21
2005-03-13
[PATCH] ptwalk: p?d_none_or_clear_bad
Hugh Dickins
1
-0
/
+44
2005-03-09
[PATCH] ptep_test_and_clear_dirty typo fix
Andrew Morton
1
-1
/
+1
2005-03-07
[PATCH] set RLIMIT_SIGPENDING limit based on RLIMIT_NPROC
Roland McGrath
1
-1
/
+1
2005-03-07
[PATCH] clean up and unify asm-*/resource.h files
Ingo Molnar
1
-23
/
+51
2005-02-22
[MM]: Add set_pte_at() which takes 'mm' and 'addr' args.
David S. Miller
1
-37
/
+38
2005-02-16
[PATCH] Fix possible race with 4level-fixup.h
Benjamin Herrenschmidt
1
-1
/
+1
2005-02-01
[PATCH] cputime: simplifiy generic cputime_to_secs/secs_to_cputime
Martin Schwidefsky
1
-2
/
+2
2005-01-20
[PATCH] cputime.h seems to assume HZ==1000
Roland McGrath
1
-2
/
+2
2005-01-20
[PATCH] consolidate arch specific resource.h headers
Chris Wright
1
-0
/
+60
2005-01-11
[PATCH] cputime: introduce cputime
Martin Schwidefsky
1
-0
/
+64
2005-01-04
[PATCH] noone uses HAVE_ARCH_SI_CODES or HAVE_ARCH_SIGEVENT_T
Stephen Rothwell
1
-7
/
+0
2005-01-04
[PATCH] GP-REL data support
David Howells
1
-0
/
+1
2005-01-03
[PATCH] Termio userspace access error handling
David Howells
1
-0
/
+69
2004-12-31
[PATCH] introduce fallback header
Nick Piggin
2
-0
/
+36
2004-12-31
[PATCH] introduce 4-level nopud folding header
Nick Piggin
3
-22
/
+85
2004-12-31
[PATCH] generic 3-level nopmd folding header
Nick Piggin
1
-0
/
+59
2004-11-04
[PATCH] PCI: add pci_fixup_early
Matthew Wilcox
1
-0
/
+3
2004-10-27
[ide] add pci_get_legacy_ide_irq()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2004-10-25
[PATCH] Shift key-related error codes up and insert ECANCELED
David Howells
1
-4
/
+5
2004-10-19
[PATCH] m68k: NULL vs. 0 cleanups
Geert Uytterhoeven
1
-1
/
+1
2004-10-18
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-0
/
+3
2004-10-18
[PATCH] Add some key management specific error codes
David Howells
1
-0
/
+4
2004-10-18
[PATCH] sched: remove NODE_BALANCE_RATE definitions
Matthew Dobson
1
-5
/
+0
2004-10-13
[PATCH] ptep_establish smp race x86 PAE >4G
Andrea Arcangeli
1
-0
/
+8
2004-10-05
[PATCH] add-pci_fixup_enable-pass.patch
Andrew Morton
1
-0
/
+3
2004-09-15
[PATCH] back out siginfo_t.si_rusage from waitid changes
Roland McGrath
1
-2
/
+0
2004-09-14
Add support for "string" ioread/iowrite.
Linus Torvalds
1
-0
/
+19
2004-09-13
[IOMAP]: Make ioport_map() take unsigned long port argument.
David S. Miller
1
-1
/
+1
2004-09-12
Add skeleton "generic IO mapping" infrastructure.
Linus Torvalds
1
-0
/
+44
2004-09-10
ide: initial PCI memory access annotations
Linus Torvalds
1
-4
/
+4
2004-09-07
[PATCH] factor out common <asm/hardirq.h> code
Christoph Hellwig
1
-1
/
+1
2004-09-05
[PATCH] Correct ELF section used for out of line spinlocks
Zwane Mwaikambo
1
-1
/
+1
2004-09-04
[PATCH] out-of-line locks / generic
Zwane Mwaikambo
1
-0
/
+5
2004-08-30
[PATCH] waitid system call
Roland McGrath
1
-0
/
+3
2004-08-26
[UACCESS]: Fix typo in generic __get_user_unaligned().
David S. Miller
1
-1
/
+1
2004-08-26
[PATCH] Fix copying of unaligned data across user/kernel boundary
Arun Sharma
1
-0
/
+26
2004-08-23
[PATCH] Move param section out of init area, for export of built-in module pa...
Rusty Russell
1
-0
/
+7
2004-08-23
Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6
Linus Torvalds
1
-0
/
+34
2004-08-22
[PATCH] move duplicate BUG and WARN_ON bits to asm-generic
Matt Mackall
1
-0
/
+34
[next]