| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio-balloon: tweak config_changed implementation | Wei Wang | 2019-01-14 | 1 | -33/+65 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio: don't allocate vqs when names[i] = NULL | Wei Wang | 2019-01-14 | 4 | -9/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio_pci: use queue idx instead of array idx to set up the vq | Wei Wang | 2019-01-14 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio: document virtio_config_ops restrictions | Cornelia Huck | 2019-01-14 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtio: fix virtio_config_ops description | Cornelia Huck | 2019-01-14 | 1 | -4/+4 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-01-21 | 4 | -10/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | btrfs: wakeup cleaner thread when adding delayed iput | Josef Bacik | 2019-01-18 | 3 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | btrfs: run delayed iputs before committing | Josef Bacik | 2019-01-18 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | btrfs: wait on ordered extents on abort cleanup | Josef Bacik | 2019-01-18 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | btrfs: handle delayed ref head accounting cleanup in abort | Josef Bacik | 2019-01-18 | 3 | -7/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" | David Sterba | 2019-01-18 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin... | Linus Torvalds | 2019-01-21 | 5 | -12/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: Update .clang-format with the latest for_each macro list | Jason Gunthorpe | 2019-01-19 | 1 | -1/+42 | |
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR | Michael S. Tsirkin | 2019-01-09 | 4 | -11/+6 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix int_sqrt64() for very large numbers | Florian La Roche | 2019-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: uaccess: Inhibit speculation past access_ok() in user_access_begin() | Will Deacon | 2019-01-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2019-01-20 | 3 | -5/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define | Andrey Konovalov | 2019-01-16 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: kaslr: ensure randomized quantities are clean to the PoC | Ard Biesheuvel | 2019-01-16 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on | James Morse | 2019-01-16 | 1 | -1/+4 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-01-20 | 10 | -79/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: OCTEON: fix kexec support | Aurelien Jarno | 2019-01-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mips: fix n32 compat_ipc_parse_version | Arnd Bergmann | 2019-01-11 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable MSI also when pcie-octeon.pcie_disable on | YunQiang Su | 2019-01-10 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: BCM47XX: Setup struct device for the SoC | Rafał Miłecki | 2019-01-09 | 2 | -0/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: jazz: fix 64bit build | Thomas Bogendoerfer | 2019-01-09 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: ath79: Enable OF serial ports in the default config | Alban Bedel | 2019-01-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQ | Hauke Mehrtens | 2019-01-07 | 3 | -12/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS: lantiq: Fix IPI interrupt handling | Hauke Mehrtens | 2019-01-07 | 1 | -63/+5 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'devicetree-fixes-for-5.0-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-01-20 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc: chrp: Use of_node_is_type to access device_type | Rob Herring | 2019-01-19 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'libnvdimm-fixes-5.0-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-01-20 | 4 | -19/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libnvdimm/security: Fix nvdimm_security_state() state request selection | Dave Jiang | 2019-01-15 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi/nfit: Remove duplicate set nd_set in acpi_nfit_init_interleave_set() | Wei Yang | 2019-01-14 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id() | Tony Luck | 2019-01-11 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libnvdimm/dimm: Fix security capability detection for non-Intel NVDIMMs | Dan Williams | 2019-01-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nfit: Mark some functions as __maybe_unused | Nathan Chancellor | 2019-01-08 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI/nfit: delete the function to_acpi_nfit_desc | Xiaochun Lee | 2019-01-08 | 1 | -9/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACPI/nfit: delete the redundant header file | Xiaochun Lee | 2019-01-08 | 1 | -1/+0 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'linux-watchdog-5.0-rc-fixes' of git://www.linux-watchdog.org/linux... | Linus Torvalds | 2019-01-20 | 3 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | watchdog: tqmx86: Fix a couple IS_ERR() vs NULL bugs | Dan Carpenter | 2019-01-07 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem | NeilBrown | 2019-01-07 | 2 | -0/+2 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-01-20 | 7 | -25/+53 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Address Kerberos performance/behavior regression | Chuck Lever | 2019-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit | Trond Myklebust | 2019-01-15 | 2 | -10/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Ensure rq_bytes_sent is reset before request transmission | Trond Myklebust | 2019-01-15 | 2 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFSv4.2 fix unnecessary retry in nfs4_copy_file_range | Olga Kornievskaia | 2019-01-15 | 1 | -7/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sunrpc: kernel BUG at kernel/cred.c:825! | Santosh kumar pradhan | 2019-01-09 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUNRPC: Fix TCP receive code on archs with flush_dcache_page() | Trond Myklebust | 2019-01-08 | 1 | -0/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xprtrdma: Double free in rpcrdma_sendctxs_create() | Dan Carpenter | 2019-01-08 | 1 | -5/+1 | |

