aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard2013-01-02
| * | | | | | | | | | | | | | MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle2012-12-28
| * | | | | | | | | | | | | | MIPS: Fix comment.Ralf Baechle2012-12-27
| * | | | | | | | | | | | | | Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle2012-12-27
| * | | | | | | | | | | | | | MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss2012-12-27
| * | | | | | | | | | | | | | MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefullyManuel Lauss2012-12-27
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-01-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier2013-01-04
| * | | | | | | | | | | | | | drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk2013-01-04
| * | | | | | | | | | | | | | drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk2013-01-04
| * | | | | | | | | | | | | | rtc: add RTC driver for TPS6586xLaxman Dewangan2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix drivers/staging/sm7xx/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove include/linux/of_pwm.hCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove arch/*/lib/perf_event*.cCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove drivers/mmc/host/imxmmc.*Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix Documentation/mei/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove arch/x86/platform/mrst/pmu.*Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove firmware/isci/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix drivers/ieee802154/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.hCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove drivers/video/epson1355fb.cCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb*Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: adjust for UAPICesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix drivers/media/platform/atmel-isi.cCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.hCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: fix drivers/rtc/rtc-vt8500.cCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove arch/arm/plat-s5p/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove arch/arm/common/time-acorn.cCesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | MAINTAINERS: remove drivers/platform/msm/Cesar Eduardo Barros2013-01-04
| * | | | | | | | | | | | | | mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-04
| * | | | | | | | | | | | | | mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-04
| * | | | | | | | | | | | | | Documentation/sysctl/kernel.txt: document /proc/sys/shmallCarlos Alberto Lopez Perez2013-01-04
| * | | | | | | | | | | | | | ipc: add more comments to message copying related codeStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: simplify message copyingStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: convert prepare_copy() from macro to functionStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: simplify free_copy() callStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | selftests: IPC message queue copy feature testStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: message queue receive cleanupStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | ipc: remove forced assignment of selected messageStanislav Kinsbursky2013-01-04
| * | | | | | | | | | | | | | drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo2013-01-04
* | | | | | | | | | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-01-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | microblaze: Update microblaze defconfigsMichal Simek2013-01-04
| * | | | | | | | | | | | | | | microblaze: Fix pci compilation and sparse warningsMichal Simek2013-01-04