Age | Commit message (Expand) | Author | Files | Lines |
2014-06-26 | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register | Markos Chandras | 1 | -1/+13 |
2014-06-26 | MIPS: bpf: Fix PKT_TYPE case for big-endian cores | Markos Chandras | 1 | -2/+10 |
2014-06-26 | MIPS: BPF: Prevent kernel fall over for >=32bit shifts | Markos Chandras | 1 | -4/+12 |
2014-06-26 | MIPS: bpf: Drop update_on_xread and always initialize the X register | Markos Chandras | 1 | -21/+1 |
2014-06-26 | MIPS: bpf: Fix is_range() semantics | Markos Chandras | 1 | -7/+5 |
2014-06-26 | MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes | Markos Chandras | 1 | -2/+2 |
2014-06-26 | MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case | Markos Chandras | 1 | -2/+5 |
2014-06-26 | MIPS: bpf: Use correct mask for VLAN_TAG case | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE | Markos Chandras | 1 | -0/+2 |
2014-06-26 | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases | Markos Chandras | 1 | -2/+2 |
2014-06-26 | MIPS: bpf: Return error code if the offset is a negative number | Markos Chandras | 1 | -0/+23 |
2014-06-26 | MIPS: bpf: Use the LO register to get division's quotient | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: mm: uasm: Fix lh micro-assembler instruction | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: uasm: Add SLT uasm instruction | Markos Chandras | 5 | -1/+6 |
2014-06-26 | MIPS: uasm: Add s3s1s2 instruction builder | Markos Chandras | 2 | -0/+10 |
2014-06-26 | recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules | Alex Smith | 1 | -2/+2 |
2014-06-26 | MIPS: BPF JIT: Fix build error. | Daniel Borkmann | 1 | -74/+69 |
2014-06-26 | Revert "MIPS: Save/restore MSA context around signals" | Paul Burton | 6 | -363/+16 |
2014-06-26 | MIPS: math-emu: Reduce code duplication. | Ralf Baechle | 1 | -13/+6 |
2014-06-26 | ALSA: usb-audio: Fix races at disconnection and PCM closing | Takashi Iwai | 3 | -6/+25 |
2014-06-26 | ARC: [SMP] Enable icache coherency | Vineet Gupta | 1 | -6/+19 |
2014-06-26 | ARC: [SMP] Fix IPI IRQ registration | Noam Camus | 1 | -2/+13 |
2014-06-25 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -6/+20 |
2014-06-26 | ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) | Anton Kolesov | 2 | -0/+5 |
2014-06-26 | ARC: optimize kernel bss clearing in early boot code | Vineet Gupta | 2 | -4/+5 |
2014-06-26 | ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND | Vineet Gupta | 1 | -1/+1 |
2014-06-25 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -16/+39 |
2014-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 68 | -366/+741 |
2014-06-25 | net: fix setting csum_start in skb_segment() | Tom Herbert | 1 | -1/+1 |
2014-06-25 | Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -83/+104 |
2014-06-25 | ipv4: fix dst race in sk_dst_get() | Eric Dumazet | 3 | -16/+18 |
2014-06-25 | net: filter: Use kcalloc/kmalloc_array to allocate arrays | Tobias Klauser | 1 | -2/+2 |
2014-06-25 | trivial: net: filter: Change kerneldoc parameter order | Tobias Klauser | 1 | -1/+1 |
2014-06-25 | trivial: net: filter: Fix typo in comment | Tobias Klauser | 1 | -1/+1 |
2014-06-25 | net: allwinner: emac: Add missing free_irq | Maxime Ripard | 1 | -0/+1 |
2014-06-25 | cxgb4: use dev_port to identify ports | Thadeu Lima de Souza Cascardo | 1 | -0/+1 |
2014-06-25 | xen-netback: bookkeep number of active queues in our own module | Wei Liu | 3 | -52/+26 |
2014-06-25 | tg3: Change nvram command timeout value to 50ms | Prashant Sreedharan | 1 | -2/+2 |
2014-06-25 | hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups | Julien D'Ascenzio | 1 | -1/+1 |
2014-06-25 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 43 | -147/+158 |
2014-06-25 | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes | Arnd Bergmann | 5 | -19/+16 |
2014-06-25 | Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixes | Arnd Bergmann | 8 | -9/+21 |
2014-06-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+9 |
2014-06-25 | ARM: at91/dt: sam9261: remove slow RC osc | Alexandre Belloni | 1 | -15/+2 |
2014-06-25 | drbd: fix NULL pointer deref in blk_add_request_payload | Lars Ellenberg | 1 | -1/+4 |
2014-06-25 | ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13 | Takashi Iwai | 2 | -1/+62 |
2014-06-25 | ARM: at91/dt: define sam9261ek slow crystal frequency | Alexandre Belloni | 1 | -0/+4 |
2014-06-25 | ARM: at91/dt: sam9261: correctly define mainck | Alexandre Belloni | 1 | -2/+8 |
2014-06-25 | ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT values | Alexandre Belloni | 1 | -2/+2 |