aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: flush delayed work when entering suspendMatt Chen2017-07-041-0/+1
* xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov2017-07-041-2/+2
* s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-07-041-1/+2
* KVM: s390: fix task size checkMartin Schwidefsky2017-07-042-1/+3
* KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth2017-07-041-1/+0
* KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-07-041-1/+1
* powerpc/xmon: Fix data-breakpointRavi Bangoria2017-07-041-1/+3
* bcma: use (get|put)_device when probing/removing device driverRafał Miłecki2017-07-041-0/+4
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-07-041-6/+2
* rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise2017-07-041-0/+3
* ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau2017-07-041-2/+1
* samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-07-041-53/+72
* sd: get disk reference in sd_check_events()Hannes Reinecke2017-07-041-2/+7
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-07-041-1/+9
* MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle2017-07-041-0/+2
* rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/downMichael Schenk2017-07-041-0/+18
* tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-07-041-0/+1
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2017-07-041-1/+15
* futex: Move futex_init() to core_initcallYang Yang2017-07-041-1/+1
* siano: make it work again with CONFIG_VMAP_STACKMauro Carvalho Chehab2017-07-041-5/+13
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-07-041-0/+1
* packet: round up linear to header lenWillem de Bruijn2017-07-041-2/+4
* macvtap: read vnet_hdr_size onceWillem de Bruijn2017-07-041-2/+2
* sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2017-07-041-1/+2
* ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-07-041-1/+1
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-07-041-0/+5
* mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani2017-07-041-4/+8
* ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav2017-07-041-0/+3
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-07-041-0/+1
* drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin2017-07-041-1/+2
* af_unix: move unix_mknod() out of bindlockWANG Cong2017-07-041-11/+18
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-07-041-3/+1
* nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever2017-07-041-1/+2
* parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-07-043-5/+10
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-07-041-1/+2
* ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-07-041-1/+2
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-07-041-0/+1
* tile/ptrace: Preserve previous registers for short regset writeDave Martin2017-07-041-1/+1
* bnx2x: Correct ringparam estimate when DOWNMintz, Yuval2017-07-041-0/+8
* serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi2017-07-041-4/+19
* move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2017-07-041-1/+6
* bna: Add synchronization for tx ring.Benjamin Poirier2017-07-041-2/+2
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2017-07-042-13/+22
* apparmor: do not expose kernel stackHeinrich Schuchardt2017-07-041-1/+3
* apparmor: fix module parameters can be changed after policy is lockedJohn Johansen2017-07-043-13/+29
* apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen2017-07-041-0/+3
* apparmor: don't check for vmalloc_addr if kvzalloc() failedJohn Johansen2017-07-041-5/+5
* apparmor: add missing id bounds check on dfa verificationJohn Johansen2017-07-042-0/+3
* apparmor: check that xindex is in trans_table boundsJohn Johansen2017-07-041-1/+1
* apparmor: internal paths should be treated as disconnectedJohn Johansen2017-07-041-28/+36