aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30brd: modify ramdisk device to be able to manage partitionsLaurent Vivier
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner
2008-04-30debugobjects: add documentationThomas Gleixner
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-30slab: add a flag to prevent debug_free checks on a kmem_cacheThomas Gleixner
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30Add macros similar to min/max/min_t/max_tHarvey Harrison
2008-04-30alloc_uid: cleanupAndrew Morton
2008-04-30hfsplus: fix warning with 64k PAGE_SIZEAndrew Morton
2008-04-30hfs: fix warning with 64k PAGE_SIZEAndrew Morton
2008-04-30printk: don't read beyond string arguments' terminating zeroMarkus Armbruster
2008-04-30Basic braille screen reader supportSamuel Thibault
2008-04-30asm-*/futex.h should include linux/uaccess.hJeff Dike
2008-04-30sysv: [bl]e*_add_cpu conversionMarcin Slusarz
2008-04-30quota: le*_add_cpu conversionMarcin Slusarz
2008-04-30hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz
2008-04-30affs: be*_add_cpu conversionMarcin Slusarz
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig
2008-04-30fuse: fix sparse warningsMiklos Szeredi
2008-04-30fuse: fix race in llseekMiklos Szeredi
2008-04-30fuse: fix node ID typeMiklos Szeredi
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi
2008-04-30fuse: update file size on short readMiklos Szeredi
2008-04-30fuse: implement perform_writeNick Piggin
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi
2008-04-30fuse: support writable mmapMiklos Szeredi
2008-04-30mm: document missing fields for /proc/meminfoMiklos Szeredi
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-30mm: bdi: move statistics to debugfsMiklos Szeredi
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi
2008-04-30mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-30make marker_debug staticAdrian Bunk
2008-04-30mxser: convert large macros to functionsChristoph Hellwig
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov