safe/jmp/linux-2.6
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-04-11 Adrian Bunk[PATCH] arch/i386/mach-voyager/voyager_cat.c: named...
2006-04-11 NeilBrown[PATCH] md: make sure 64bit fields in version-1 metadat...
2006-04-11 Christoph Lameter[PATCH] Fix NULL pointer dereference in node_read_numas...
2006-04-11 Andrew Morton[PATCH] select() warning fixes
2006-04-11 Mike Galbraith[PATCH] sched: don't awaken RT tasks on expired array
2006-04-11 Mike Galbraith[PATCH] sched: fix interactive task starvation
2006-04-11 Nathan Scott[XFS] Fix a problem in aligning inode allocations to...
2006-04-11 Nathan Scott[XFS] Fix utime(2) in the case that no times parameter...
2006-04-11 David Chinner[XFS] Fix an inode use-after-free durin an unpin. When...
2006-04-11 David Chinner[XFS] Fix inode reclaim scalability regression. When...
2006-04-11 Nathan Scott[XFS] Fix a writepage regression where we accidentally...
2006-04-11 Nathan Scott[XFS] Fix superblock validation regression for the...
2006-04-10 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2006-04-10 Linus TorvaldsMerge branch 'upstream-linus' of git://oss.oracle.com...
2006-04-10 Eric W. Biederman[PATCH] de_thread: Don't confuse users do_each_thread.
2006-04-10 Catalin Marinas[ARM] 3473/1: Use numbers 0-15 for the VFP double registers
2006-04-10 Catalin Marinas[ARM] 3472/1: Use the D variants of FLDMIA/FSTMIA on...
2006-04-10 Catalin Marinas[ARM] 3471/1: FTOSI functions should return 0 for NaN
2006-04-10 Catalin Marinas[ARM] 3470/1: Clear the HWCAP bits for the disabled...
2006-04-10 Jeff Garzik[libata] sata_mv: fix can_queue line accidentally remov...
2006-04-10 Adrian Bunk[PATCH] CONFIGFS_FS must depend on SYSFS
2006-04-10 Eric Sesterhenn[PATCH] Bogus NULL pointer check in fs/configfs/dir.c
2006-04-10 Christoph Hellwig[PATCH] move ->eh_strategy_handler to the transport...
2006-04-10 Nick Piggin[PATCH] Fix buddy list race that could lead to page...
2006-04-10 David Howells[Security] Keys: Fix oops when adding key to non-keyring
2006-04-10 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-04-10 David S. Miller[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL
2006-04-10 David S. Miller[SPARC64]: smp_call_function() fixups...
2006-04-10 David S. Miller[SPARC64]: Translate PTRACE_GETEVENTMSG for 32-bit...
2006-04-10 David S. Miller[SPARC64]: Update defconfig.
2006-04-10 David S. Miller[SPARC64]: Print out return PC in cheetah_log_errors().
2006-04-10 David S. Miller[SPARC64]: Add dummy PTRACE_PEEKUSR for gdb.
2006-04-10 Denis Vlasenko[IPV6]: Deinline few large functions in inet6 code
2006-04-10 David S. Miller[IPV4] ip_fragment: Always compute hash with ipfrag_loc...
2006-04-10 Patrick McHardy[NETFILTER]: Fix DNAT in LOCAL_OUT
2006-04-10 David S. Miller[X25]: Restore skb->dev setting in x25_type_trans().
2006-04-10 Sergey Vlasov[NET]: Fix hotplug race during device registration.
2006-04-10 Adrian Bunk[IPV6]: Unexport secure_ipv6_port_ephemeral
2006-04-10 Brian Haley[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on...
2006-04-10 Andrew Morton[NET]: More kzalloc conversions.
2006-04-10 Paolo 'Blaisorblade... [NET] kzalloc: use in alloc_netdev
2006-04-10 Jamal Hadi... [PKT_SCHED] act_police: Rename methods.
2006-04-10 Michael Chan[TG3]: Speed up SRAM access (2nd version)
2006-04-10 Michael Chan[TG3]: Kill some less useful flags
2006-04-10 Patrick McHardy[NETFILTER]: H.323 helper: remove changelog
2006-04-10 Patrick McHardy[NETFILTER]: Convert conntrack/ipt_REJECT to new checks...
2006-04-10 Patrick McHardy[NETFILTER]: Add address family specific checksum helpers
2006-04-10 Patrick McHardy[NETFILTER]: Introduce infrastructure for address famil...
2006-04-10 Patrick McHardy[NETFILTER]: Fix IP_NF_CONNTRACK_NETLINK dependency
2006-04-10 Jing Min Zhao[NETFILTER]: H.323 helper: add parameter 'default_rrq_ttl'
2006-04-10 Jing Min Zhao[NETFILTER]: H.323 helper: make get_h245_addr() static
2006-04-10 Jing Min Zhao[NETFILTER]: H.323 helper: change EXPORT_SYMBOL to...
2006-04-10 Jing Min Zhao[NETFILTER]: H.323 helper: move some function prototype...
2006-04-10 Patrick McHardy[NETFILTER]: Fix section mismatch warnings
2006-04-10 Patrick McHardy[NETFILTER]: Clean up hook registration
2006-04-10 Patrick McHardy[NETFILTER]: Add helper functions for mass hook registr...
2006-04-10 Samuel Ortiz[IRDA]: Support for Sigmatel STIR421x chip
2006-04-10 Linus Walleij[IRDA]: smcinit merged into smsc-ircc driver
2006-04-10 Herbert Xu[INET]: Use port unreachable instead of proto for tunnels
2006-04-10 Eric Sesterhenn[BLUETOOTH] sco: Possible double free.
2006-04-10 Adrian Bunk[TG3]: Fix a memory leak.
2006-04-10 Adrian Bunk[NET]: Fix an off-by-21-or-49 error.
2006-04-10 Randy Dunlap[NET] netconsole: set .name in struct console
2006-04-10 Herbert Xu[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6
2006-04-10 Patrick McHardy[NETFILTER]: Fix fragmentation issues with bridge netfilter
2006-04-10 Robert Olsson[FIB_TRIE]: Fix leaf freeing.
2006-04-10 Herbert Xu[IPSEC]: Check x->encap before dereferencing it
2006-04-09 Ben Dooks[ARM] 3469/1: S3C24XX: clkout missing hclk selector
2006-04-09 Ben Dooks[ARM] 3468/1: S3C2410: SMDK common include fix
2006-04-09 Tony Lindgren[ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id...
2006-04-09 Tony Lindgren[ARM] 3460/1: ARM: OMAP: Remove unnecessary nop_release()
2006-04-09 Lennert Buytenhek[ARM] 3459/1: ixp23xx: fix debug serial macros for...
2006-04-09 Dave Jones[SELINUX] Fix build after ipsec decap state changes.
2006-04-09 Linus TorvaldsMove request_standard_resources() back to before PCI...
2006-04-09 Andi Kleen[PATCH] x86_64: Update 32-bit system call table
2006-04-09 Andi Kleen[PATCH] x86_64: Eliminate IA32_NR_syscalls define
2006-04-09 Sam Ravnborg[PATCH] x86_64: fix CONFIG_REORDER
2006-04-09 John Blackwood[PATCH] x86_64: Plug GS leak in arch_prctl()
2006-04-09 Andi Kleen[PATCH] i386: Remove printk about reboot fixups at...
2006-04-09 Jordan Hargrave[PATCH] x86_64: Fix drift with HPET timer enabled
2006-04-09 Andi Kleen[PATCH] i386/x86-64: Return defined error value for...
2006-04-09 Andi Kleen[PATCH] i386/x86_64: Check if MCFG works for the first...
2006-04-09 Ravikiran G... [PATCH] x86_64: Fixup read_mostly section on internode...
2006-04-09 Andi Kleen[PATCH] x86_64: Don't return error for HPET initializat...
2006-04-09 Andi Kleen[PATCH] x86_64: Don't export strlen twice
2006-04-09 Andi Kleen[PATCH] x86_64: When user could have changed RIP always...
2006-04-09 Andi Kleen[PATCH] x86_64: Don't run NMI watchdog during machine...
2006-04-09 Dave Hansen[PATCH] x86_64: extra NODES_SHIFT definition
2006-04-09 Jacob Shin[PATCH] x86_64: Proper null pointer check in powernow_k...
2006-04-09 Andi Kleen[PATCH] x86_64: Revert earlier powernow-k8 change
2006-04-09 Andi Kleen[PATCH] i386: Consolidate modern APIC handling
2006-04-09 Andi Kleen[PATCH] x86_64: Clear APIC feature bit when local APIC...
2006-04-09 Andi Kleen[PATCH] x86-64/i386: Don't process APICs/IO-APICs in...
2006-04-09 Andi Kleen[PATCH] x86_64: Don't sanity check Type 1 PCI bus acces...
2006-04-09 Andi Kleen[PATCH] x86_64: Fix compilation with CONFIG_PCI=n ...
2006-04-09 Arjan van de Ven[PATCH] i386/x86-64: Check that MCFG points to an e820...
2006-04-09 Arjan van de Ven[PATCH] x86_64: Introduce e820_all_mapped
2006-04-09 Arjan van de Ven[PATCH] x86_64: Rename e820_mapped to e820_any_mapped
2006-04-09 Andi Kleen[PATCH] x86_64: Handle empty PXMs that only contain...
next