summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bug: Make BUG() always stop the machineJosh Triplett2014-04-071-1/+1
* bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett2014-04-071-0/+1
* include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett2014-04-071-3/+3
* bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett2014-04-071-27/+30
* rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-071-1/+4
* idr: remove dead codeStephen Hemminger2014-04-071-63/+0
* include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-071-0/+1
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-071-2/+2
* wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2014-04-071-0/+1
* exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-073-3/+2
* numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASKSrikar Dronamraju2014-04-071-1/+1
* madvise: correct the comment of MADV_DODUMP flagZhang Yanfei2014-04-071-1/+1
* mm/readahead.c: inline ra_submitFabian Frederick2014-04-071-3/+0
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2014-04-071-1/+1
* memcg: rename high level charging functionsMichal Hocko2014-04-071-4/+4
* memcg: get_mem_cgroup_from_mm()Johannes Weiner2014-04-071-6/+0
* mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov2014-04-071-2/+2
* res_counter: remove interface for locked charging and unchargingDavid Rientjes2014-04-071-5/+1
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-072-2/+0
* mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-071-1/+1
* mm: per-thread vma cachingDavidlohr Bueso2014-04-073-2/+47
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
* mm: introduce vm_ops->map_pages()Kirill A. Shutemov2014-04-071-0/+8
* mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2014-04-072-0/+6
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-063-4/+4
|\
| * Merge branch 'devel' into linux-nextTrond Myklebust2014-03-173-4/+4
| |\
| | * nfs: remove synchronous rename codeJeff Layton2014-03-171-2/+0
| | * nfs: make nfs_async_rename non-staticJeff Layton2014-03-171-1/+0
| | * nfs: abstract out code needed to complete a sillyrenameJeff Layton2014-03-171-0/+1
| | * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-0/+1
| | * SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-111-1/+2
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-066-23/+26
|\ \ \
| * | | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-243-6/+13
| * | | module: LLVMLinux: Remove unused function warning from __param_check macroMark Charlebois2014-03-171-1/+1
| * | | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers2014-03-132-1/+4
| * | | module: remove MODULE_GENERIC_TABLERusty Russell2014-03-132-15/+8
| * | | module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-131-1/+1
* | | | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-051-3/+5
|\ \ \ \
| * | | | dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-271-0/+5
| * | | | dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-3/+0
* | | | | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-054-33/+67
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobil...Joerg Roedel2014-04-024-33/+67
| |\ \ \ \ \ \
| | | * | | | | iommu/vt-d: Store PCI segment number in struct intel_iommuDavid Woodhouse2014-03-241-0/+1
| | | * | | | | iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse2014-03-241-6/+12
| | | * | | | | iommu/vt-d: Add ACPI namespace device reporting structuresDavid Woodhouse2014-03-201-2/+13
| | | * | | | | iommu/vt-d: Update IOMMU state when memory hotplug happensJiang Liu2014-03-041-0/+2
| | | * | | | | iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu2014-03-041-5/+0
| | | * | | | | iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu2014-03-041-2/+22
| | | * | | | | iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu2014-03-041-6/+17
| | | * | | | | iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu2014-03-041-0/+2