aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19kernel-doc: strip C99 commentsRandy Dunlap1-1/+7
2007-07-19kernel-doc: fix unnamed struct/union warningRandy Dunlap1-4/+10
2007-07-19kernel-doc: add tools doc in MakefileRandy Dunlap1-5/+5
2007-07-19fs: remove path_walk exportJosef 'Jeff' Sipek2-3/+1
2007-07-19fs: mark link_path_walk staticJosef 'Jeff' Sipek2-2/+3
2007-07-19nfsctl: use vfs_path_lookupJosef 'Jeff' Sipek1-10/+6
2007-07-19sunrpc: use vfs_path_lookupJosef 'Jeff' Sipek1-9/+7
2007-07-19fs: introduce vfs_path_lookupJosef 'Jeff' Sipek2-0/+34
2007-07-19mm: variable length argument supportOllie Wild15-453/+554
2007-07-19audit: rework execve auditPeter Zijlstra5-21/+85
2007-07-19arch: personality independent stack topPeter Zijlstra22-1/+28
2007-07-19use the new percpu interface for shared dataFenghua Yu5-5/+5
2007-07-19define new percpu interface for shared dataFenghua Yu26-53/+84
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman4-4/+24
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman10-18/+6
2007-07-19jprobes: make struct jprobe.entry a void *Michael Ellerman1-1/+1
2007-07-19readahead: sanify file_ra_state namesFengguang Wu2-98/+31
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell6-56/+85
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu4-8/+10
2007-07-19readahead: pass real splice sizeFengguang Wu1-7/+5
2007-07-19readahead: move synchronous readahead call out of splice loopFengguang Wu1-5/+6
2007-07-19readahead: remove the old algorithmFengguang Wu3-365/+26
2007-07-19readahead: convert ext3/ext4 invocationsFengguang Wu2-12/+16
2007-07-19readahead: convert splice invocationsFengguang Wu1-11/+7
2007-07-19readahead: convert filemap invocationsFengguang Wu1-20/+31
2007-07-19readahead: on-demand readahead logicFengguang Wu2-0/+180
2007-07-19readahead: data structure and routinesFengguang Wu2-0/+83
2007-07-19readahead: MIN_RA_PAGES/MAX_RA_PAGES macrosFengguang Wu1-2/+10
2007-07-19readahead: add look-ahead support to __do_page_cache_readahead()Fengguang Wu1-6/+9
2007-07-19readahead: introduce PG_readaheadFengguang Wu2-1/+6
2007-07-19AIO sparse fix (type of ki_flags)David Brownell1-1/+1
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow1-2/+3
2007-07-19mbcs: Remove lots of global symbolsAlan Cox2-15/+15
2007-07-19Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai1-3/+12
2007-07-19gpio calls don't need i/o barriersDavid Brownell1-0/+3
2007-07-19unregister_chrdev() return voidAkinobu Mita2-3/+2
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita9-31/+9
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov23-3649/+3801
2007-07-19Suspend MAINTAINERS updatePavel Machek1-1/+11
2007-07-19PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek7-52/+29
2007-07-19PM: Optional beeping during resume from suspend to RAMNigel Cunningham4-0/+76
2007-07-19PM: Introduce pm_power_off_prepareRafael J. Wysocki3-29/+19
2007-07-19ACPI: Do not prepare for hibernation in acpi_shutdownRafael J. Wysocki1-3/+0
2007-07-19PM: Reduce code duplication between main.c and user.cRafael J. Wysocki3-78/+62
2007-07-19PM: prevent frozen user mode helpers from failing the freezing of tasksRafael J. Wysocki1-10/+68
2007-07-19PM: disable usermode helper before hibernation and suspendRafael J. Wysocki1-1/+30
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki7-12/+138
2007-07-19Freezer: remove redundant check in try_to_freeze_tasksRafael J. Wysocki1-1/+1
2007-07-19Freezer: return int from freeze_processesRafael J. Wysocki1-12/+9
2007-07-19Freezer: use __set_current_state in refrigeratorRafael J. Wysocki1-1/+1