aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu1-1/+1
2013-11-13mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu1-2/+2
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu1-2/+2
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu3-8/+6
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu4-7/+4
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu1-5/+6
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi2-4/+0
2013-11-13drivers/video/acornfb.c: use __free_reserved_page() to simplify the codeXishi Qiu1-3/+1
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu3-11/+4
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand1-4/+3
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches1-2/+2
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton1-1/+1
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara1-17/+2
2013-11-13ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei1-2/+6
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu1-2/+6
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu1-3/+6
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Younger Liu1-0/+3
2013-11-13ocfs2: break useless while loopJunxiao Bi1-1/+3
2013-11-13ocfs2: use find_last_bit()Akinobu Mita1-16/+2
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei1-0/+4
2013-11-13ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2013-11-13ocfs2: use bitmap_weight()Akinobu Mita1-15/+7
2013-11-13ocfs2: don't spam on -EDQUOTJoel Becker1-1/+2
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang2-0/+11
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang9-16/+18
2013-11-13fs/ocfs2/file.c: fix wrong commentJunxiao Bi1-1/+1
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues7-29/+16
2013-11-13scripts/sortextable: support objects with more than 64K sections.Jamie Iles2-3/+47
2013-11-13drivers/iommu/omap-iopgtable.h: remove unneeded cast of void*Jingoo Han1-1/+1
2013-11-13cris: media platform drivers: fix buildMauro Carvalho Chehab1-0/+1
2013-11-13sh64: kernel: remove useless variable 'regs'Chen Gang1-1/+1
2013-11-13sh64: kernel: use 'usp' instead of 'fn'Chen Gang1-1/+1
2013-11-13kthread: make kthread_create() killableTetsuo Handa1-18/+55
2013-11-11Revert "x86/UV: Add uvtrace support"Ingo Molnar2-20/+1
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring15-0/+21
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra4-4/+25
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel1-2/+13
2013-11-11ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APICLuck, Tony1-1/+1
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov1-22/+21
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov1-1/+1
2013-11-08dt/irq: add empty of_irq_count for !OF_IRQRob Herring1-1/+9
2013-11-08dt: disable self-tests for !OF_IRQRob Herring1-0/+1
2013-11-08microblaze: Remove incorrect file pathMichal Simek1-2/+0
2013-11-08microblaze: Fix bug with mmap2 syscall MB implementationMichal Simek2-1/+12
2013-11-08microblaze: Use predefined SYSCALL_DEFINE macroMichal Simek1-3/+3
2013-11-08microblaze: Remove deprecated IRQF_DISABLEDMichal Simek1-1/+1
2013-11-08ALSA: hda/realtek - Add new codec ALC255/ALC3234 UAJ supportedKailang Yang1-7/+97
2013-11-08ALSA: hda - Apply MacBook fixups for CS4208 correctlyTakashi Iwai1-2/+25