aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-17gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood1-0/+11
2007-05-17ibm_emac: fix link speed detection changeEugene Surovegin1-1/+1
2007-05-17ibm_emac: improved PHY supportEugene Surovegin1-15/+45
2007-05-17ibm_emac: fix section mismatch warningsEugene Surovegin8-10/+8
2007-05-17small netdevices.txt fixChristoph Hellwig1-1/+1
2007-05-17sky2: memory barriers changeStephen Hemminger1-4/+11
2007-05-17sky2: remove dual port workaroundStephen Hemminger1-7/+0
2007-05-17sky2: MIB counter overflow handlingStephen Hemminger1-0/+6
2007-05-17sky2: keep track of receive alloc failuresStephen Hemminger1-1/+3
2007-05-17sky2: PHY register settingsStephen Hemminger1-1/+6
2007-05-17sky2: remove Gigabyte 88e8056 restrictionStephen Hemminger1-30/+0
2007-05-17[IPV4]: Correct rp_filter help text.Dave Jones1-3/+3
2007-05-17[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGASDavid S. Miller1-0/+1
2007-05-17[TCP] slow start: Make comments and code logic clearer.Stephen Hemminger1-18/+22
2007-05-17[BLUETOOTH]: Fix locking in hci_sock_dev_event().Satyam Sharma1-2/+4
2007-05-17[NET]: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.hDavid S. Miller1-2/+2
2007-05-17[NET]: lockdep classes in register_netdeviceJarek Poplawski1-0/+69
2007-05-17Fix incorrect prototype for ipxrtr_route_packet()David Woodhouse1-1/+1
2007-05-17NS16550A: Restore HS settings in EXCR2 on resumeDavid Woodhouse1-3/+18
2007-05-17mm: more rmap checkingNick Piggin3-11/+62
2007-05-17Fix page allocation flags in grow_dev_page()Christoph Lameter1-1/+2
2007-05-17swsusp: fix sysfs interfaceRafael J. Wysocki2-3/+4
2007-05-17circular locking dependency found in QUOTA OFFJan Kara2-17/+8
2007-05-17i386: don't check_pgt_cache in flush_tlb_mmHugh Dickins1-1/+1
2007-05-17ecryptfs: use zero_user_pageNate Diller1-11/+3
2007-05-17make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename sizeDan Aloni3-4/+4
2007-05-17icom: add new sub-device-id to support new adapterwendy xiong2-24/+32
2007-05-17rtc kconfig clarificationDavid Brownell1-3/+3
2007-05-17rtc-omap build fixDavid Brownell1-2/+2
2007-05-17gpio interface loosens call restrictionsDavid Brownell1-2/+6
2007-05-17docbook: make kernel-locking table readableRandy Dunlap1-45/+78
2007-05-17parport: mailing list is subscribers-onlyRandy Dunlap1-2/+2
2007-05-17make freezeable workqueues singlethreadOleg Nesterov1-1/+1
2007-05-17Refine SCREEN_INFO sanity check for vgacon initializationGerd Hoffmann1-2/+7
2007-05-17Let smp_call_function_single return -EBUSY on UPHeiko Carstens1-4/+3
2007-05-17simplify compat_sys_timerfdHeiko Carstens1-9/+4
2007-05-17Make __vunmap staticBenjamin Herrenschmidt1-1/+1
2007-05-17i386/x86-64: fix section mismatchBernhard Walle2-2/+2
2007-05-17acpi: fix potential call to a freed memory section.Aaron Durbin2-9/+6
2007-05-17Slab allocators: define common size limitationsChristoph Lameter8-71/+34
2007-05-17SLUB: Simplify debug codeChristoph Lameter1-55/+57
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter56-277/+178
2007-05-17SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter1-14/+14
2007-05-17SLUB: slabinfo fixesChristoph Lameter1-5/+12
2007-05-17slub: fix handling of oversized slabsAndrew Morton1-1/+6
2007-05-17slab: warn on zero-length allocationsChristoph Lameter1-0/+1
2007-05-17SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter1-19/+38
2007-05-17SLAB: Move two remaining SLAB specific definitions to slab_def.hChristoph Lameter2-3/+3
2007-05-17SLUB: Remove depends on EXPERIMENTAL and !ARCH_USES_SLAB_PAGE_STRUCTChristoph Lameter1-1/+0
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter4-62/+16