summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-0/+39
|\
| * fs: add link restriction audit reportingKees Cook2012-07-291-0/+21
| * fs: add link restrictionsKees Cook2012-07-291-0/+18
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-311-155/+207
|\ \
| * | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-241-6/+11
| * | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-241-40/+25
| * | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-2452-2278/+2748
| |\ \
| * | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-59/+1
| * | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-25/+88
| * | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-0/+12
| * | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-111-28/+47
| * | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-1114-223/+617
| |\ \ \
| * | | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-111-1/+1
| * | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-111-0/+30
| * | | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-171-10/+4
| * | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1
| * | | | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-151-5/+8
| * | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-151-4/+4
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-315-11/+16
|\ \ \ \ \
| * | | | | mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-311-0/+9
| * | | | | mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
| * | | | | memcg: rename config variablesAndrew Morton2012-07-311-1/+1
| * | | | | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-312-6/+4
| * | | | | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-311-3/+1
* | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-21/+3
|\ \ \ \ \ \
| * | | | | | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-17/+0
| * | | | | | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-4/+3
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-312-117/+98
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov2012-07-301-2/+6
| * | | | | | uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov2012-07-301-10/+5
| * | | | | | uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov2012-07-301-4/+5
| * | | | | | uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov2012-07-301-6/+8
| * | | | | | uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov2012-07-301-53/+50
| * | | | | | uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov2012-07-301-2/+2
| * | | | | | uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov2012-07-301-0/+3
| * | | | | | uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov2012-07-301-4/+4
| * | | | | | uprobes: Clean up and document write_opcode()->lock_page(old_page)Oleg Nesterov2012-07-301-13/+14
| * | | | | | uprobes: Kill write_opcode()->lock_page(new_page)Oleg Nesterov2012-07-301-2/+0
| * | | | | | uprobes: __replace_page() should not use page_address_in_vma()Oleg Nesterov2012-07-301-7/+4
| * | | | | | uprobes: Don't recheck vma/f_mapping in write_opcode()Oleg Nesterov2012-07-301-18/+1
| * | | | | | sched: Deliver sched_switch events to the current taskAndrew Vagin2012-07-261-1/+1
* | | | | | | resource: make sure requested range is included in the root rangeOctavian Purdila2012-07-301-1/+23
* | | | | | | taskstats: check nla_reserve() returnAlan Cox2012-07-301-0/+5
* | | | | | | sysctl: suppress kmemleak messagesSteven Rostedt2012-07-301-1/+5
* | | | | | | kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal2012-07-301-1/+1
* | | | | | | fork: fix error handling in dup_task()Akinobu Mita2012-07-301-12/+15
* | | | | | | revert "sched: Fix fork() error path to not crash"Andrew Morton2012-07-301-8/+3
* | | | | | | fork: use vma_pages() to simplify the codeHuang Shijie2012-07-301-2/+2
* | | | | | | kmod: avoid deadlock from recursive kmod callTetsuo Handa2012-07-301-2/+29