summaryrefslogtreecommitdiff
path: root/include/linux (unfollow)
Commit message (Expand)Author
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-17mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim
2015-07-17Update Viresh Kumar's email addressViresh Kumar
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-07-17mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel
2015-07-16gpio: Remove double "base" in commentGeert Uytterhoeven
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-07-10KVM: count number of assigned devicesPaolo Bonzini
2015-07-09cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo
2015-07-09blkcg: implement all_blkcgs listTejun Heo
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov
2015-07-09time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner
2015-07-07tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n buildThomas Gleixner
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee
2015-07-06ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki
2015-07-05module: relocate module_init from init.h to module.hPaul Gortmaker
2015-07-05iio: Fix parameters in iio_triggered_buffer_setupCristina Opriceana
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe
2015-07-04NTB: Add NTB hardware abstraction layerAllen Hubbe
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra
2015-07-02irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.hJoel Porquet
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe
2015-07-02bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman
2015-06-30mm: meminit: inline some helper functionsMel Gorman
2015-06-30mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman
2015-06-30mm: meminit: only set page reserved in the memblock regionNathan Zimmer
2015-06-30memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt
2015-06-30sparse: fix misplaced __pmem definitionDan Williams
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter