summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-20mm: memcontrol: group kmem init and exit functions togetherJohannes Weiner
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-20mm: memcontrol: remove double kmem page_counter initJohannes Weiner
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner
2016-01-20memstick: use sector_div instead of do_divArnd Bergmann
2016-01-20dma-mapping: use offset_in_page macroGeliang Tang
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-20tile: uninline dma_set_maskChristoph Hellwig
2016-01-20sparc: use generic dma_set_maskChristoph Hellwig
2016-01-20metag: convert to dma_map_opsChristoph Hellwig
2016-01-20m68k: convert to dma_map_opsChristoph Hellwig
2016-01-20mn10300: convert to dma_map_opsChristoph Hellwig
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig
2016-01-20frv: convert to dma_map_opsChristoph Hellwig
2016-01-20nios2: convert to dma_map_opsChristoph Hellwig
2016-01-20cris: convert to dma_map_opsChristoph Hellwig
2016-01-20c6x: convert to dma_map_opsChristoph Hellwig
2016-01-20blackfin: convert to dma_map_opsChristoph Hellwig
2016-01-20avr32: convert to dma_map_opsChristoph Hellwig
2016-01-20arc: convert to dma_map_opsChristoph Hellwig
2016-01-20dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig
2016-01-20iio: core: fix ptr_ret.cocci warningsFengguang Wu
2016-01-20fs/adfs/adfs.h: tidy up commentsAndrew Morton
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai
2016-01-20lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-20prctl: take mmap sem for writing to protect against othersMateusz Guzik
2016-01-20powerpc: enable UBSAN supportDaniel Axtens
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin
2016-01-20sysctl: enable strict writesKees Cook
2016-01-20rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso
2016-01-20rapidio: use kobj_to_dev()Geliang Tang
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-20kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes
2016-01-20drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes
2016-01-20kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes
2016-01-20exit: remove unneeded declaration of exit_mm()Dmitry Safonov
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn
2016-01-20ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov