aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-21MIPS: Fix missing assignment in SIGSEGV handling.linux-3.17-stableRalf Baechle1-1/+1
2017-06-08MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski1-1/+2
2017-04-21MIPS: Sibyte: Fix Kconfig warning.Ralf Baechle1-1/+1
2017-04-21MIPS: Sibyte: Export symbol periph_rev to sb1250-mac network driver.Ralf Baechle2-0/+2
2017-04-21NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle1-0/+1
2017-04-12MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-01-26MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2016-12-16MIPS: IP22: Fix constant loaded.Ralf Baechle1-3/+6
2016-12-15MIPS: IP22: Fix binutils due to binutils 2.25 uselessnes.Ralf Baechle1-1/+9
2016-12-15MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle1-20/+23
2016-10-12MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-09-13MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-08-02MIPS: Lantiq: Fix build failureSudip Mukherjee1-2/+2
2016-07-28KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-07-21MIPS: Fix r4k clockevents registrationHuacai Chen1-6/+1
2016-07-21MIPS: cevt-r4k: Dynamically calculate min_delta_nsJames Hogan1-2/+80
2016-07-21MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic1-1/+4
2016-07-21bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann1-1/+1
2016-07-21MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter1-1/+1
2016-07-05MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+1
2016-07-01MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle1-3/+5
2016-04-13MIPS: dma-default: Defend against NULL dev in massage_gfp_flagsMatt Redfearn1-3/+4
2016-04-13MIPS: oprofile: Fix a preemption issueYanjiang Jin1-1/+1
2016-04-13MIPS: sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHERAndreas Ruprecht1-1/+2
2016-04-13MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-04-13MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-04-12MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-04-12MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2016-04-11mips: Fix CPC_BASE_ADDR mask to match datasheetNikolay Martynov1-2/+2
2016-03-29MIPS: cpu_name_string: Use raw_smp_processor_id().James Hogan1-1/+1
2016-03-24MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer1-2/+4
2016-03-04MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki1-7/+6
2016-02-11MIPS: Differentiate between 32 and 64 bit ELF headerDaniel Wagner3-8/+13
2016-02-11Revert "mips: Differentiate between 32 and 64 bit ELF header"Ralf Baechle3-9/+4
2016-02-11mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner3-4/+9
2016-02-04MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2015-10-16MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle1-1/+1
2015-09-03MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.Yousong Zhou1-5/+19
2015-08-28MIPS: ath79: Use the common clk APIAlban Bedel2-27/+3
2015-08-05MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-03MIPS: Flush RPS on kernel entry with EVAJames Hogan1-0/+25
2015-07-20MIPS: Malta: Don't reinitialise RTCJames Hogan1-6/+9
2015-07-20MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-07-09MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle1-1/+1
2015-06-10MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle1-3/+1
2015-06-10MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle1-2/+1
2015-06-05MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen1-1/+1
2015-06-02MIPS: ath79: Add a missing new line in log messageAlban Bedel1-1/+1
2015-05-28MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki1-2/+13
2015-05-28MIPS: BMIPS: Fix bmips_wr_vec()Petri Gynther1-1/+1
2015-05-21MIPS: irq: Use DECLARE_BITMAPJoe Perches1-1/+1
2015-05-12MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther1-1/+0
2015-05-12MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1Aaro Koskinen1-1/+1
2015-04-01MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan1-1/+1
2015-04-01MIPS: Kconfig: Disable SMP/CPS for 64-bitMarkos Chandras1-1/+1
2015-03-31MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaroundMaciej W. Rozycki1-8/+15
2015-03-31MIPS: Hibernate: flush TLB entries earlierHuacai Chen1-1/+2
2015-03-26MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel1-0/+6
2015-03-18MIPS: Malta: Detect and fix bad memsize valuesMarkos Chandras1-0/+5
2015-03-16MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqactionHuacai Chen1-0/+1
2015-02-17MIPS: Provide correct siginfo_t.si_stimePetr Malat2-37/+3
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Lars Persson3-7/+4
2015-02-04MIPS: elf2ecoff: Fix warning due to dead code.Ralf Baechle1-4/+0
2015-02-04MIPS: elf2ecoff: Ignore PT_MIPS_ABIFLAGS program headers.Ralf Baechle1-1/+3
2015-02-04MIPS: elf2ecoff: Rewrite main processing loop to switch.Ralf Baechle1-27/+33
2015-01-30MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan1-12/+24
2015-01-30MIPS: Fix C0_Pagegrain[IEC] support.David Daney1-0/+2
2015-01-30MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-01-19MIPS: ARC: Fix build error.Ralf Baechle1-3/+3
2015-01-16MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2015-01-16MIPS: Fix restart of indirect syscallsEd Swierk2-0/+2
2015-01-13Merge tag 'v3.17.8' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...linux-3.17.8Ralf Baechle77-270/+928
2015-01-08Linux 3.17.8Greg Kroah-Hartman1-1/+1
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-08Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2015-01-08udf: Check component length before reading itJan Kara1-2/+7
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08udf: Verify i_size when loading inodeJan Kara1-0/+14
2015-01-08udf: Check path length when reading symlinkJan Kara5-20/+48
2015-01-08exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2015-01-08ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2015-01-08crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2015-01-08audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2-0/+14
2015-01-08audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore1-13/+0
2015-01-08audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs1-4/+4
2015-01-08userns: Unbreak the unprivileged remount testsEric W. Biederman1-8/+24
2015-01-08userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman1-0/+5
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman4-0/+146
2015-01-08userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman1-8/+6
2015-01-08userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman1-2/+4
2015-01-08userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman1-1/+1
2015-01-08userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman1-4/+0
2015-01-08userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman3-1/+22
2015-01-08userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2015-01-08groups: Consolidate the setgroups permission checksEric W. Biederman4-3/+11
2015-01-08umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-08mnt: Update unprivileged remount testEric W. Biederman1-30/+142
2015-01-08mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2015-01-08thermal: Fix error path in thermal_init()Luis Henriques1-2/+2
2015-01-08mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2015-01-08mac80211: free management frame keys when removing stationJohannes Berg1-1/+1
2015-01-08mac80211: fix multicast LED blinking and counterAndreas Müller1-5/+6
2015-01-08KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2015-01-08isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-01-08x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2-6/+7
2015-01-08x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+3
2015-01-08ARM: mvebu: fix ordering in Armada 370 .dtsiUwe Kleine-König1-5/+5
2015-01-08ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XPThomas Petazzoni1-14/+30
2015-01-08ARM: mvebu: make the coherency_ll.S functions work with no coherency fabricThomas Petazzoni1-2/+19
2015-01-08ARM: tegra: Re-add removed SoC id macro to tegra_resume()Dmitry Osipenko1-0/+1
2015-01-08drm/tegra: gem: dumb: pitch and size are outputsThierry Reding1-7/+3
2015-01-08arm64: Add COMPAT_HWCAP_LPAECatalin Marinas2-1/+3
2015-01-08brcmfmac: Fix bitmap malloc bug in msgbuf.Hante Meuleman1-0/+1
2015-01-08dm thin: fix a race in thin_dtrMikulas Patocka1-3/+3
2015-01-08dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber1-2/+20
2015-01-08dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2015-01-08dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber1-2/+2
2015-01-08dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2015-01-08dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2015-01-08dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2015-01-08dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08f2fs: fix possible data corruption in f2fs_write_begin()Jan Kara1-13/+11
2015-01-08scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke6-18/+18
2015-01-08regulator: anatop: Set default voltage selector for vddpuMarkus Pargmann1-0/+8
2015-01-08megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2015-01-08mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo1-2/+0
2015-01-08mmc: block: add newline to sysfs display of force_roBaruch Siach1-1/+1
2015-01-08mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson1-1/+3
2015-01-08mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan1-0/+7
2015-01-08mfd: tc6393xb: Fail ohci suspend if full state restore is requiredDmitry Eremin-Solenikov1-1/+12
2015-01-08mfd: twl4030-power: Fix regression with missing compatible flagTony Lindgren1-0/+3
2015-01-08md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2015-01-08x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-01-08x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski1-28/+73
2015-01-08x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2015-01-08x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2015-01-05MIPS: mips-cm: Fix sparse warningsJames Hogan1-2/+2
2014-12-27Merge tag 'v3.17.7' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...linux-3.17.7Ralf Baechle48-111/+163
2014-12-16Linux 3.17.7Greg Kroah-Hartman1-1/+1
2014-12-16ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recoveryTakashi Iwai1-0/+2
2014-12-16ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210Takashi Iwai1-0/+1
2014-12-16ALSA: hda - Add EAPD fixup for ASUS Z99He laptopTakashi Iwai1-0/+1
2014-12-16drm/radeon: sync all BOs involved in a CS v2Christian König1-6/+3
2014-12-16Revert: ACPI / EC: Add support to disallow QR_EC to be issued before completi...Greg Kroah-Hartman1-2/+2
2014-12-16netlink: use jhash as hashfn for rhashtableDaniel Borkmann1-1/+1
2014-12-16xen-netfront: use correct linear area after linearizing an skbDavid Vrabel1-0/+3
2014-12-16net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-12-16net: mvneta: fix race condition in mvneta_tx()Eric Dumazet1-1/+2
2014-12-16net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2014-12-16mips: bpf: Fix broken BPF_MODDenis Kirjanov1-2/+2
2014-12-16gre: Set inner mac header in gro completeTom Herbert1-0/+3
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-12-16bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-12-16net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn4-11/+16
2014-12-16net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-12-16tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo1-1/+2
2014-12-16Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-16vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck1-2/+2
2014-12-16ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov1-2/+2
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2-0/+12
2014-12-16sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-12-16ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo1-0/+1
2014-12-16AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles1-0/+3
2014-12-16media: smiapp: Only some selection targets are settableSakari Ailus1-1/+1
2014-12-16media: s2255drv: fix payload size for JPG, MJPEGsensoray-dev1-1/+1
2014-12-16media: rc-core: fix toggle handling in the rc6 decoderDavid Härdeman1-1/+1
2014-12-16x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton1-1/+1
2014-12-16drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-11/+11
2014-12-16drm/i915: More cautious with pch fifo underrunsDaniel Vetter1-2/+0
2014-12-16of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell1-2/+0
2014-12-16drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0...Petr Mladek1-0/+2
2014-12-16drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86Michel Dänzer1-0/+7
2014-12-16i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-12-16i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-12-16i2c: omap: fix i207 errata handlingAlexander Kochetkov1-3/+5
2014-12-16i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov1-2/+0
2014-12-16nouveau: move the hotplug ignore to correct place.Dave Airlie1-1/+1
2014-12-16drm/nouveau/gf116: remove copy1 engineIlia Mirkin1-1/+0
2014-12-16xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee1-5/+0
2014-12-16slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-16mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-16fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-16drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-12-16mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-12-08Merge tag 'v3.17.6' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...linux-3.17.6Ralf Baechle2-9/+7
2014-12-08Merge tag 'v3.17.5' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...linux-3.17.5Ralf Baechle135-597/+987
2014-12-07Linux 3.17.6Greg Kroah-Hartman1-1/+1
2014-12-07Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_...Greg Kroah-Hartman1-8/+6