index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-26
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
19
-188
/
+180
2009-09-25
Merge branch 'x86/asm' into x86/urgent
Ingo Molnar
7
-76
/
+25
2009-09-24
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2009-09-24
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2
-2
/
+6
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-4
/
+15
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
3
-13
/
+4
2009-09-24
x86: Remove redundant non-NUMA topology functions
Rusty Russell
1
-10
/
+0
2009-09-24
x86: early_printk: Protect against using the same device twice
Jason Wessel
1
-0
/
+5
2009-09-24
Merge branch 'linus' into x86/urgent
Ingo Molnar
34
-1137
/
+529
2009-09-24
x86: Reduce verbosity of "PAT enabled" kernel message
Roland Dreier
1
-2
/
+5
2009-09-24
x86: Reduce verbosity of "TSC is reliable" message
Roland Dreier
1
-1
/
+1
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
9
-31
/
+22
2009-09-23
headers: utsname.h redux
Alexey Dobriyan
3
-3
/
+0
2009-09-24
cpumask: use mm_cpumask() wrapper: x86
Rusty Russell
4
-14
/
+15
2009-09-24
cpumask: remove arch_send_call_function_ipi
Rusty Russell
1
-1
/
+0
2009-09-24
cpumask: remove last assignment to mask field of struct irqaction.
Rusty Russell
1
-1
/
+0
2009-09-24
cpumask: use zalloc_cpumask_var() where possible
Li Zefan
3
-15
/
+7
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
7
-12
/
+13
2009-09-23
Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-14
/
+8
2009-09-23
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
2
-4
/
+3
2009-09-23
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
6
-4
/
+134
2009-09-23
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2
-1
/
+2
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-747
/
+33
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
1
-6
/
+4
2009-09-23
x86: mce: Use safer ways to access MCE registers
Ingo Molnar
1
-2
/
+21
2009-09-23
Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Linus Torvalds
2
-20
/
+15
2009-09-23
kcore: register module area in generic way
KAMEZAWA Hiroyuki
1
-3
/
+1
2009-09-23
kcore: use registerd physmem information
KAMEZAWA Hiroyuki
2
-6
/
+1
2009-09-23
kcore: register text area in generic way
KAMEZAWA Hiroyuki
2
-3
/
+5
2009-09-23
kcore: register vmalloc area in generic way
KAMEZAWA Hiroyuki
2
-6
/
+2
2009-09-23
kcore: add kclist types
KAMEZAWA Hiroyuki
2
-7
/
+8
2009-09-23
early_printk: Allow more than one early console
Jason Wessel
1
-32
/
+33
2009-09-23
USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c
Jason Wessel
1
-715
/
+0
2009-09-23
lguest: move panic notifier registration to its expected place.
Rusty Russell
1
-6
/
+4
2009-09-23
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...
Ingo Molnar
5
-69
/
+77
2009-09-22
x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0
Roland McGrath
1
-1
/
+13
2009-09-22
x86: ptrace: do not sign-extend orig_ax on write
Roland McGrath
1
-18
/
+1
2009-09-22
x86: ptrace: sysret path should reach syscall_trace_leave
Roland McGrath
1
-14
/
+8
2009-09-22
x86: syscall_get_nr returns int
Roland McGrath
1
-7
/
+7
2009-09-22
x86: mce, inject: Use real inject-msg in raise_local
Huang Ying
1
-3
/
+4
2009-09-22
x86: mce: Fix thermal throttling message storm
Ingo Molnar
1
-2
/
+4
2009-09-22
x86: mce: Clean up thermal throttling state tracking code
Ingo Molnar
1
-24
/
+39
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...
Linus Torvalds
1
-3
/
+0
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-09-22
mm: don't use alloc_bootmem_low() where not strictly needed
Jan Beulich
2
-3
/
+3
2009-09-22
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
1
-2
/
+2
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
2
-2
/
+2
2009-09-21
x86: split NX setup into separate file to limit unstack-protected code
Jeremy Fitzhardinge
4
-65
/
+72
2009-09-21
xen: check EFER for NX before setting up GDT mapping
Jeremy Fitzhardinge
2
-5
/
+6
2009-09-21
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...
Linus Torvalds
17
-316
/
+316
[next]