Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | ipv6 sit: Avoid extra need for compat layer in PRL management. | YOSHIFUJI Hideaki | 2008-06-16 | |
| | * | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-06-16 | |
| | |\ \ \ | ||||
| | | * | | | [IA64] Fix CONFIG_IA64_SGI_UV build error | Jack Steiner | 2008-06-16 | |
| | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-06-16 | |
| | |\ \ \ \ | ||||
| | | * | | | | [POWERPC] Build fix for drivers/macintosh/mediabay.c | Adrian Bunk | 2008-06-16 | |
| | | * | | | | [POWERPC] Fix rmb to order cacheable vs. noncacheable | Nick Piggin | 2008-06-16 | |
| | | * | | | | Merge branch 'linux-2.6' into merge | Paul Mackerras | 2008-06-16 | |
| | | |\ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf... | Paul Mackerras | 2008-06-16 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||
| | | | * | | | | powerpc/spufs: remove class_0_dsisr from spu exception handling | Luke Browning | 2008-06-16 | |
| | * | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-06-16 | |
| | |\ \ \ \ \ \ | ||||
| | | * | | | | | | [MIPS] Malta: Fix build errors for 64-bit kernels | Thomas Bogendoerfer | 2008-06-16 | |
| | | * | | | | | | [MIPS] Lasat: bring back from the dead | Thomas Horsten | 2008-06-16 | |
| | | * | | | | | | [MIPS] vpe_id is required for VSMP and SMTC builds | Chris Dearman | 2008-06-16 | |
| | | * | | | | | | [MIPS] Fix build for PNX platforms. | Ralf Baechle | 2008-06-16 | |
| | | * | | | | | | [MIPS] Alchemy: Add au1500 reserved interrupt | bruno randolf | 2008-06-16 | |
| | | | |_|/ / / | | | |/| | | | | ||||
| | * | | | | | | Export <linux/a.out.h> to userspace again. | David Woodhouse | 2008-06-16 | |
| | * | | | | | | Remove #ifdef CONFIG_ARCH_SUPPORTS_AOUT from <linux/a.out.h> | David Woodhouse | 2008-06-16 | |
| | |/ / / / / | ||||
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-06-14 | |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||
| | | * | | | | Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jesse Barnes | 2008-06-12 | |
| | | |\ \ \ \ | ||||
| | | | * | | | | x86: PAT export resource_wc in pci sysfs | venkatesh.pallipadi@intel.com | 2008-06-12 | |
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2008-06-13 | |
| | |\ \ \ \ \ \ | ||||
| | | * | | | | | | parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3 | Kyle McMartin | 2008-06-13 | |
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-06-13 | |
| | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | tcp: Revert 'process defer accept as established' changes. | David S. Miller | 2008-06-12 | |
| | * | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-06-12 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | [ARM] 5091/1: Add missing bitfield include to regs-lcd.h | Stefan Schmidt | 2008-06-12 | |
| | | | |_|_|_|/ / / | | | |/| | | | | | | ||||
| | * | | | | | | | | pagemap: pass mm into pagewalkers | Dave Hansen | 2008-06-12 | |
| | * | | | | | | | | cciss: add new hardware support | Mike Miller | 2008-06-12 | |
| | * | | | | | | | | proc_fs.h: move struct mm_struct forward-declaration | Ben Nizette | 2008-06-12 | |
| | * | | | | | | | | m68k: Add ext2_find_{first,next}_bit() for ext4 | Aneesh Kumar K.V | 2008-06-12 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||
| | * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-06-12 | |
| | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | sched: fix TASK_WAKEKILL vs SIGKILL race | Oleg Nesterov | 2008-06-10 | |
| | * | | | | | | | | Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-06-12 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | always_inline timespec_add_ns | Jeremy Fitzhardinge | 2008-06-12 | |
| | | * | | | | | | | | add an inlined version of iter_div_u64_rem | Jeremy Fitzhardinge | 2008-06-12 | |
| | | * | | | | | | | | common implementation of iterative div/mod | Jeremy Fitzhardinge | 2008-06-12 | |
| | | | |_|_|/ / / / | | | |/| | | | | | | ||||
| | * | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-06-11 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | proper prototype for acpi_processor_tstate_has_changed() | Adrian Bunk | 2008-06-11 | |
| | | * | | | | | | | | pnpacpi: fix IRQ flag decoding | Bjorn Helgaas | 2008-06-11 | |
| | | * | | | | | | | | cpuidle acpi driver: fix oops on AC<->DC | Venkatesh Pallipadi | 2008-06-11 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||
| | * | | | | | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-06-11 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | KVM: migrate PIT timer | Marcelo Tosatti | 2008-06-06 | |
| | | * | | | | | | | | KVM: ppc: Remove duplicate function | Hollis Blanchard | 2008-06-06 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||
| | * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-06-11 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | / / / / | | | | |_|/ / / / | | | |/| | | | | | ||||
| | | * | | | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-06-10 | |
| | | |\ \ \ \ \ \ | ||||
| | | | * | | | | | | virtio: Fix typo in virtio_net_hdr comments | Mark McLoughlin | 2008-06-10 | |
| | | * | | | | | | | net: Fix routing tables with id > 255 for legacy software | Krzysztof Piotr Oledzki | 2008-06-10 | |
| | | * | | | | | | | inet{6}_request_sock: Init ->opt and ->pktopts in the constructor | Arnaldo Carvalho de Melo | 2008-06-10 | |
| | | * | | | | | | | ipv4: Remove unused declaration from include/net/tcp.h. | Rami Rosen | 2008-06-10 | |
| | | |/ / / / / / | ||||
| | | * | | | | | | include/linux/ssb/ssb_driver_gige.h typo fix | Adrian Bunk | 2008-06-09 |