summaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/stat.h (unfollow)
Commit message (Expand)AuthorFilesLines
2006-02-13[PATCH] x86_64: GART DMA merging fixAndi Kleen1-4/+2
2006-02-13[PATCH] arch/x86_64/kernel/traps.c PTRACE_SINGLESTEP oopsJohn Blackwood1-1/+17
2006-02-13[PATCH] orinoco: support smc2532wJesse Allen1-0/+1
2006-02-13[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributesJeff Mahoney1-2/+0
2006-02-13[PATCH] netfilter: fix build error due to missing has_bridge_parent macroJesper Juhl1-1/+1
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo15-15/+0
2006-02-12[PATCH] libata: add per-device max_sectorsTejun Heo4-17/+13
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo5-13/+19
2006-02-12[PATCH] libata: make ata_dev_knobble() per-deviceTejun Heo1-4/+5
2006-02-12[PATCH] libata: don't do EDD handling if ->probe_reset is usedTejun Heo1-1/+2
2006-02-12[PATCH] libata: make ata_dump_id() take @id instead of @devTejun Heo1-18/+18
2006-02-12[PATCH] libata: separate out ata_id_major_version()Tejun Heo2-5/+11
2006-02-12[PATCH] libata: separate out ata_id_n_sectors()Tejun Heo1-8/+18
2006-02-12[PATCH] libata: use ata_dev_id_c_string()Tejun Heo3-35/+13
2006-02-12[PATCH] libata: implement ata_dev_id_c_string()Tejun Heo2-0/+31
2006-02-12[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()Tejun Heo1-3/+0
2006-02-12[PATCH] libata: allow ->probe_reset to return ATA_DEV_UNKNOWNTejun Heo1-1/+4
2006-02-12[PATCH] s390: fstatat64 supportHeiko Carstens4-6/+28
2006-02-12[WATCHDOG] pcwd.c - update module version infoWim Van Sebroeck1-2/+7
2006-02-12[WATCHDOG] pcwd.c show card info patchWim Van Sebroeck1-78/+79
2006-02-12[WATCHDOG] pcwd.c move get_support to pcwd_check_temperature_supportWim Van Sebroeck1-7/+7
2006-02-12[WATCHDOG] pcwd.c Control Status #2 patchWim Van Sebroeck1-11/+13
2006-02-12[WATCHDOG] pcwd.c private data struct patchWim Van Sebroeck1-102/+104
2006-02-12[WATCHDOG] pcwd.c card_found-- fix.Wim Van Sebroeck1-0/+1
2006-02-12[WATCHDOG] pcwd.c add comments + tabsWim Van Sebroeck1-34/+37
2006-02-12[WATCHDOG] sa1100_wdt.c sparse clean (2)Ian Campbell1-5/+7
2006-02-12[PATCH] fbdev: video_setup() warning fixAndrew Morton1-0/+2
2006-02-12[PATCH] nvidiafb: Add support for Geforce4 MX 4000Antonino A. Daplas2-0/+3
2006-02-12[PATCH] drivers/video/Kconfig: remove unused BUS_I2C optionAdrian Bunk1-5/+0
2006-02-12[PATCH] tipar fixesAndrew Morton1-3/+12
2006-02-12[PATCH] s390: remove one set of brackets in __constant_test_bit()Eric Paris1-2/+2
2006-02-12[PATCH] s390: add #ifdef __KERNEL__ to asm-s390/setup.hHeiko Carstens1-4/+6
2006-02-12[PATCH] s390: add support for unshare system callHeiko Carstens3-1/+8
2006-02-12[PATCH] s390: fix non smp build of kexecHeiko Carstens2-2/+4
2006-02-12[PATCH] s390: update maintainers fileHeiko Carstens1-1/+17
2006-02-12[PATCH] s390: earlier initialization of cpu_possible_mapHeiko Carstens1-5/+1
2006-02-12[PATCH] s390: fix sclp memory corruption in tty pages listPeter Oberparleiter1-8/+5
2006-02-12[PATCH] s390: update default configurationHeiko Carstens1-4/+5
2006-02-12[PATCH] s390: fix locking in __chp_add() and s390_subchannel_remove_chpid()Cornelia Huck1-5/+5
2006-02-12[PATCH] x86: print out early faults via early_printk()Ingo Molnar1-0/+4
2006-02-12[PATCH] vmscan: skip reclaim_mapped determination if we do not swapChristoph Lameter1-34/+41
2006-02-12[PATCH] vmscan: remove duplicate increment of reclaim_in_progressChristoph Lameter1-2/+0
2006-02-12[PATCH] zone reclaim: do not check references to a page during zone reclaimChristoph Lameter1-1/+5
2006-02-12[PATCH] select: fix returned timevalAndrew Morton4-22/+92
2006-02-12[PATCH] x86-64: Fix HPET timer on x460Chris McDermott3-4/+12
2006-02-12[PATCH] Add wording to m68k .S files to help clarify license infoMatt Waddel42-126/+84
2006-02-12[PATCH] fstatat64 supportUlrich Drepper7-4/+50
2006-02-11[PATCH] libata: kill assert() macroTejun Heo1-10/+0
2006-02-11[PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo4-29/+29
2006-02-11[PATCH] libata: convert assert(X)'s in libata core layer to WARN_ON(!X)'sTejun Heo2-30/+30