aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAge
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-26
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-02
|\
| * remove references to cpu_*_map in arch/Rusty Russell2012-03-29
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\ \ | |/ |/|
| * fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-24
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \
| * | Disintegrate asm/system.h for MIPSDavid Howells2012-03-28
* | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-23
|/ /
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-21
|\ \
| * | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-24
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \
| * \ Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-13
| |\ \
| * | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-01
| | |/ | |/|
* | | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-12
|\ \ \ | |_|/ |/| |
| * | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-05
| |/
* | MIPS: traps.c: Fix typoMasanari Iida2012-02-20
* | MIPS: vmlinux.lds.S: remove duplicate _sdata symbolTony Wu2012-02-20
* | MIPS: BMIPS: smp-bmips.c does not need to include version.hJesper Juhl2012-02-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-17
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-17
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-17
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-14
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-11
| |\ \ \ \ \ \ \
| | | | | | | * | MIPS: Netlogic: Add support for XLP 3XX coresJayachandran C2011-12-07
| | | | | | | * | MIPS: Netlogic: Add XLP makefiles and configJayachandran C2011-12-07
| | | | | | | * | MIPS: Netlogic: XLP CPU support.Jayachandran C2011-12-07
| | | | | | | * | MIPS: Netlogic: add r4k_wait as the cpu_waitJayachandran C2011-12-07
| | | |_|_|_|/ / | | |/| | | | |
| | | | | | * | MIPS/Perf-events: Cleanup event->destroy at event initDeng-Cheng Zhu2011-12-07
| | | | | | * | MIPS/Perf-events: Remove pmu and event state checking in validate_event()Deng-Cheng Zhu2011-12-07
| | | | | | * | MIPS/Perf-events: Remove erroneous check on active_eventsDeng-Cheng Zhu2011-12-07
| | | | | | * | MIPS/Perf-events: Don't do validation on raw eventsDeng-Cheng Zhu2011-12-07
| | | |_|_|/ / | | |/| | | |
| | | | | * | MIPS Kprobes: Support branch instructions probingManeesh Soni2011-12-07
| | | | | * | MIPS Kprobes: Refactor branch emulationManeesh Soni2011-12-07
| | | | | * | MIPS Kprobes: Deny probes on ll/sc instructionsManeesh Soni2011-12-07
| | | | | * | MIPS Kprobes: Fix OOPS in arch_prepare_kprobe()Maneesh Soni2011-12-07
| | | |_|/ / | | |/| | |
| | | * | | MIPS: BMIPS: Add SMP support code for BMIPS43xx/BMIPS5000Kevin Cernekee2011-12-07
| | | * | | MIPS: Add board_ebase_setup()Kevin Cernekee2011-12-07
| | | * | | MIPS: Add NMI notifierKevin Cernekee2011-12-07
| | |/ / /
| * | | | Merge branch 'next/alchemy' into mips-for-linux-nextRalf Baechle2012-01-11
| |\ \ \ \
| | * | | | MIPS: Alchemy: Au1300 SoC supportManuel Lauss2011-12-07
| | |/ / /
| * | | | Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle2012-01-11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MIPS: irq: Remove IRQF_DISABLEDYong Zhang2011-12-07
| | * | | MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney2011-12-07
| | |/ /
| * / / MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2011-12-07
| |/ /
* | | treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-12
* | | treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-12
| |/ |/|
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-06
|\ \
| * | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-11
| * | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-11
| * | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-11