index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-12
alpha: fix F_SETOWN_EX and F_GETLK64 conflict
Peter Zijlstra
1
-8
/
+11
2009-11-03
asm-generic: Fix typo in asm-generic/unistd.h.
Chen Liqin
1
-2
/
+2
2009-10-29
percpu: make accessors check for percpu pointer in sparse
Tejun Heo
1
-2
/
+4
2009-10-29
percpu: add __percpu for sparse.
Rusty Russell
1
-1
/
+3
2009-10-29
percpu: remove per_cpu__ prefix.
Rusty Russell
1
-6
/
+6
2009-10-12
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
1
-0
/
+1
2009-10-09
IRQ: Change __softirq_pending to unsigned int in asm-generic/hardirq.h.
Ralf Baechle
1
-1
/
+1
2009-10-03
this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operations
Christoph Lameter
1
-0
/
+5
2009-10-01
asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()
Mike Frysinger
1
-0
/
+1
2009-09-24
Optimize the ordering of sections in RW_DATA_SECTION.
Tim Abbott
1
-2
/
+2
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2
-1
/
+8
2009-09-24
fcntl: add F_[SG]ETOWN_EX
Peter Zijlstra
1
-0
/
+13
2009-09-24
cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node
Rusty Russell
1
-17
/
+0
2009-09-23
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2009-09-23
Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Linus Torvalds
1
-2
/
+6
2009-09-23
gpiolib: allow exported GPIO nodes to be named using sysfs links
Jani Nikula
1
-0
/
+8
2009-09-23
asm/sections: add text/data checking functions for arches to override
Mike Frysinger
1
-0
/
+16
2009-09-23
kmap_types.h: rename D macro
Andi Kleen
1
-23
/
+24
2009-09-22
asm-generic: syscall_get_nr returns int
Roland McGrath
1
-2
/
+6
2009-09-22
mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
Arnd Bergmann
1
-0
/
+1
2009-09-22
ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
Hugh Dickins
1
-0
/
+3
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-2
/
+2
2009-09-17
Merge branch 'linus' into tracing/core
Ingo Molnar
7
-12
/
+45
2009-09-16
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-1
/
+12
2009-09-16
HWPOISON: Add madvise() based injector for hardware poisoned pages v4
Andi Kleen
1
-0
/
+1
2009-09-16
HWPOISON: Add new SIGBUS error codes for hardware poison signals
Andi Kleen
1
-1
/
+7
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-5
/
+19
2009-09-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+3
2009-09-14
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2009-09-14
Merge branch 'master' into for-linus
Rafael J. Wysocki
3
-6
/
+6
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+3
2009-09-14
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2009-09-12
ftrace: __start_mcount_loc should be .init.rodata
John Reiser
1
-2
/
+3
2009-09-10
KVM: export kvm_para.h
Michael S. Tsirkin
1
-0
/
+5
2009-09-09
PCI: remove pcibios_scan_all_fns()
Alex Chiang
1
-1
/
+12
2009-09-04
x86/i386: Put aligned stack-canary in percpu shared_aligned section
Jeremy Fitzhardinge
1
-0
/
+3
2009-08-14
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
5
-26
/
+25
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
5
-20
/
+19
2009-08-10
dma-ops: Remove flush_write_buffers() in dma-mapping-common.h
Arnd Bergmann
1
-6
/
+0
2009-08-05
net: implement a SO_DOMAIN getsockoption
Jan Engelhardt
1
-0
/
+1
2009-08-05
net: implement a SO_PROTOCOL getsockoption
Jan Engelhardt
1
-0
/
+2
2009-08-03
cputime: Optimize jiffies_to_cputime(1)
Stanislaw Gruszka
1
-0
/
+1
2009-07-29
Merge branch 'master' into for-linus
Rafael J. Wysocki
4
-10
/
+10
2009-07-27
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
Benjamin Herrenschmidt
4
-10
/
+10
2009-07-22
Driver Core: Add platform device arch data V3
Magnus Damm
1
-0
/
+3
2009-07-18
vmlinux.lds.h: restructure BSS linker script macros
Tim Abbott
1
-10
/
+9
2009-07-09
linker script: unify usage of discard definition
Tejun Heo
1
-6
/
+12
2009-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Linus Torvalds
1
-6
/
+6
2009-07-04
Merge branch 'master' into for-next
Tejun Heo
6
-22
/
+25
2009-06-30
alpha: fix percpu build breakage
Tejun Heo
1
-0
/
+4
[prev]
[next]