summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov
2014-04-17signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov
2014-04-17signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov
2014-04-17signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov
2014-04-17signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov
2014-04-17signals: kill sigfindinword()Oleg Nesterov
2014-04-17Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller
2014-04-17Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon
2014-04-17fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon
2014-04-17fat: fallback to buffered write in case of fallocated region on direct IONamjae Jeon
2014-04-17fat: zero out seek range on _fat_get_blockNamjae Jeon
2014-04-17fat: add fat_fallocate operationNamjae Jeon
2014-04-17fat: add i_disksize to represent uninitialized sizeNamjae Jeon
2014-04-17hfsplus: fix longname handlingSougata Santra
2014-04-17fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick
2014-04-17arm64: add APM X-Gene SoC RTC DTS entryLoc Ho
2014-04-17drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho
2014-04-17Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...Loc Ho
2014-04-17drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak
2014-04-17init-mainc-add-initcall_blacklist-kernel-parameter-fixAndrew Morton
2014-04-17init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava
2014-04-17init/main.c: don't use pr_debug()Andrew Morton
2014-04-17binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu
2014-04-17checkpatch-reduce-false-positives-for-missing-blank-line-after-declarations-t...Joe Perches
2014-04-17checkpatch: reduce false positives for "Missing blank line after declarations...Joe Perches
2014-04-17checkpatch: always warn on missing blank line after variable declaration blockJoe Perches
2014-04-17lib: Add CRC64 ECMA moduleMarian Chereji
2014-04-17mm/util.c: add kstrimdup()Sebastian Capella
2014-04-17lib/xz: enable all filters by default in KconfigLasse Collin
2014-04-17lib/string.c: use the name "C-string" in commentsDan Carpenter
2014-04-17drivers/video/backlight/backlight.c: remove backlight sysfs ueventKyungmin Park
2014-04-17lib/vsprintf: add %pT format specifierTetsuo Handa
2014-04-17drivers/misc/ti-st/st_core.c: fix NULL dereference on protocol type checkGustavo Padovan
2014-04-17do_shared_fault(): check that mmap_sem is heldAndrew Morton
2014-04-17mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso
2014-04-17mm,vmacache: add debug dataDavidlohr Bueso
2014-04-17mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal
2014-04-17mm: rmap: don't try to add an unevictable page to lru listBob Liu
2014-04-17fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen
2014-04-17mm/compaction.c:isolate_freepages_block(): small tuneupAndrew Morton
2014-04-17mm-introduce-do_shared_fault-and-drop-do_fault-fix-fixAndrew Morton
2014-04-17mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov
2014-04-17mm: softdirty: don't forget to save file map softdiry bit on unmapCyrill Gorcunov
2014-04-17mm: softdirty: make freshly remapped file pages being softdirty unconditionallyCyrill Gorcunov
2014-04-17mm/pagewalk.c: move pte null checkNaoya Horiguchi
2014-04-17mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi
2014-04-17mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi
2014-04-17pagewalk-remove-argument-hmask-from-hugetlb_entry-fix-fixAndrew Morton
2014-04-17fs/proc/task_mmu.c: assume non-NULL vma in pagemap_hugetlb()Naoya Horiguchi
2014-04-17pagewalk: remove argument hmask from hugetlb_entry()Naoya Horiguchi