| Commit message (Expand) | Author | Age |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 |
* | workqueue: add to_delayed_work() helper function | Jean Delvare | 2009-04-02 |
* | uml: fix warnings in kernel_execve | Miklos Szeredi | 2009-04-02 |
* | uml: fix link error from prefixing of i386 syscalls with ptregs_ | Miklos Szeredi | 2009-04-02 |
* | uml: fix compile error from net_device_ops conversion | Miklos Szeredi | 2009-04-02 |
* | generic debug pagealloc: build fix | Akinobu Mita | 2009-04-02 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-04-01 |
|\ |
|
| * | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-01 |
| * | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 2009-04-01 |
| * | Pull pvops into release branch | Tony Luck | 2009-03-31 |
| |\ |
|
| | * | ia64: remove some warnings. | Isaku Yamahata | 2009-03-27 |
| | * | ia64/xen: fix the link error. | Isaku Yamahata | 2009-03-27 |
| | * | ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa... | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/bp/module: support binary patching for kernel module. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: implement binary patching optimization for native. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_op/binarypatch: add helper functions to support binary patching for p... | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen/gate.S: xen gate page paravirtualization | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: paravirtualize gate.S. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: move down __kernel_syscall_via_epc. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen: define xen specific gate page. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: gate page paravirtualization. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen/pv_time_ops: implement sched_clock. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/pv_time_ops: add sched_clock hook. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: paravirtualize mov = ar.itc. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: paravirtualize fsys.S. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops: add hooks to paravirtualize fsyscall implementation. | Isaku Yamahata | 2009-03-26 |
| | * | ia64/xen: short-circuit tests for dom0 | Isaku Yamahata | 2009-03-26 |
| | * | ia64/pv_ops/xen: use __initconst instead of __initdata for const data | Isaku Yamahata | 2009-03-26 |
| * | | Pull cpumask into release branch | Tony Luck | 2009-03-31 |
| |\ \ |
|
| | * | | cpumask: use mm_cpumask() wrapper: ia64 | Rusty Russell | 2009-03-15 |
| | * | | cpumask: Use accessors code.: ia64 | Rusty Russell | 2009-03-15 |
| | * | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64 | Rusty Russell | 2009-03-15 |
| | * | | cpumask: arch_send_call_function_ipi_mask: ia64 | Rusty Russell | 2009-03-15 |
| | * | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): ia64 | Rusty Russell | 2009-03-15 |
* | | | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-01 |
|\ \ \ \ |
|
| * | | | | x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx | H. Peter Anvin | 2009-04-01 |
* | | | | | Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds | 2009-04-01 |
|\| | | | |
|
| * | | | | x86, setup: ACPI 3, BIOS workaround for E820-probing code | H. Peter Anvin | 2009-03-28 |
| * | | | | x86, setup: preemptively save/restore edi and ebp around INT 15 E820 | H. Peter Anvin | 2009-03-28 |
| * | | | | x86, setup: mark %esi as clobbered in E820 BIOS call | Michael K. Johnson | 2009-03-28 |
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 |
|\ \ \ \ \ |
|
| * | | | | | x86/PCI: make pci=lastbus=255 work when acpi is on | Yinghai Lu | 2009-03-26 |
| * | | | | | powerpc/PCI: include pci.h in powerpc MSI implementation | Jesse Barnes | 2009-03-25 |
| * | | | | | x86/PCI: host mmconfig detect clean up | Yinghai Lu | 2009-03-20 |
| * | | | | | x86/PCI: Detect mmconfig on nVidia MCP55 | Ed Swierk | 2009-03-20 |
| * | | | | | PCI/x86: detect host bridge config space size w/o using quirks | Yinghai Lu | 2009-03-20 |