aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | bluetooth: macroize two small inlines to avoid module.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | crypto.h: remove unused crypto_tfm_alg_modname() inlinePaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | uwb.h: fix implicit use of asm/page.h for PAGE_SIZEPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | pm_runtime.h: explicitly requires notifier.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | miscdevice.h: fix up implicit use of lists and typesPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | of: fix implicit use of errno.h in include/linux/of.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | of_platform.h: delete needless include <linux/module.h>Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | acpi: remove module.h include from platform/aclinux.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | miscdevice.h: delete unnecessary inclusion of module.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | device_cgroup.h: delete needless include <linux/module.h>Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | sysdev.h: dont include <linux/module.h> for no reasonPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | vermagic: delete unused include of <linux/module.h>Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2011-10-31
| * | | | | | | | | | | | | | | module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker2011-10-31
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-30
| * | | | | | | | | | | | | | | writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth2011-10-30
| * | | | | | | | | | | | | | | writeback: trace event balance_dirty_pagesWu Fengguang2011-10-30
| * | | | | | | | | | | | | | | writeback: trace event bdi_dirty_ratelimitWu Fengguang2011-10-30
| * | | | | | | | | | | | | | | writeback: IO-less balance_dirty_pages()Wu Fengguang2011-10-03
| * | | | | | | | | | | | | | | writeback: per task dirty rate limitWu Fengguang2011-10-03
| * | | | | | | | | | | | | | | writeback: stabilize bdi->dirty_ratelimitWu Fengguang2011-10-03
| * | | | | | | | | | | | | | | writeback: dirty rate controlWu Fengguang2011-10-03
| * | | | | | | | | | | | | | | writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang2011-10-03
| * | | | | | | | | | | | | | | writeback: account per-bdi accumulated dirtied pagesWu Fengguang2011-10-03
* | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig2011-11-04
| * | | | | | | | | | | | | | | | target: pass the se_task to the CDB emulation callbackChristoph Hellwig2011-11-04
| * | | | | | | | | | | | | | | | target: Add generic active I/O shutdown logicNicholas Bellinger2011-11-04
| * | | | | | | | | | | | | | | | target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger2011-11-02
| * | | | | | | | | | | | | | | | target: Make TFO->check_stop_free return free statusNicholas Bellinger2011-11-02
* | | | | | | | | | | | | | | | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-29
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-06
* | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | sched: Allow SD_NODES_PER_DOMAIN to be overriddenAnton Blanchard2011-09-20
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2011-09-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller2011-09-19
* | | | | | | | | | | | | | | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \