linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-21 21:30:50 to 2017-06-22 02:44:28 UTC [more...]

[PATCH 0/7] fujitsu-laptop: ACPI-related cleanups
 2017-06-22  2:44 UTC  (5+ messages)
` [PATCH 1/7] platform/x86: fujitsu-laptop: do not use kfifo for storing hotkey scancodes

[PATCH v3] drm: mediatek: change the variable type of rdma threshold
 2017-06-22  2:43 UTC 

[PATCH v3 00/11] PCID and improved laziness
 2017-06-22  2:34 UTC  (7+ messages)
` [PATCH v3 01/11] x86/mm: Don't reenter flush_tlb_func_common()
` [PATCH v3 04/11] x86/mm: Give each mm TLB flush generation a unique ID

[RFC PATCH v3 0/6] Report wakeup events in cros_ec_keyb and make cros-ec-spi wakeup optional
 2017-06-22  2:33 UTC  (5+ messages)
` [RFC PATCH v3 3/6] ARM/arm64: dts: enable wakeup for cros-ec-spi devices

[PATCH 0/2] memory hotplug follow up fixes
 2017-06-22  2:32 UTC  (3+ messages)
` [PATCH 2/2] mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone

[PATCH 01/32] ext4: xattr-in-inode support
 2017-06-22  2:30 UTC  (40+ messages)
` [PATCH 02/32] ext4: fix lockdep warning about recursive inode locking
` [PATCH 03/32] ext4: lock inode before calling ext4_orphan_add()
` [PATCH 04/32] ext4: do not set posix acls on xattr inodes
` [PATCH 05/32] ext4: attach jinode after creation of xattr inode
` [PATCH 06/32] ext4: ea_inode owner should be the same as the inode owner
` [PATCH 07/32] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 08/32] ext4: fix ref counting for ea_inode
` [PATCH 09/32] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 10/32] ext4: change ext4_xattr_inode_iget() signature
` [PATCH 11/32] ext4: clean up ext4_xattr_inode_get()
` [PATCH 12/32] ext4: add missing le32_to_cpu(e_value_inum) conversions
` [PATCH 13/32] ext4: ext4_xattr_value_same() should return false for external data
` [PATCH 14/32] ext4: fix ext4_xattr_make_inode_space() value size calculation
` [PATCH 15/32] ext4: fix ext4_xattr_move_to_block()
` [PATCH 16/32] ext4: fix ext4_xattr_cmp()
` [PATCH 17/32] ext4: fix credits calculation for xattr inode
` [PATCH 18/32] ext4: retry storing value in external inode with xattr block too
` [PATCH 19/32] ext4: ext4_xattr_delete_inode() should return accurate errors
` [PATCH 20/32] ext4: improve journal credit handling in set xattr paths

[PATCH v2] drm: mediatek: change the variable type of rdma threshold
 2017-06-22  2:25 UTC  (5+ messages)
` [v2] "

[PATCH v4 0/4] KVM: async_pf: Fix async_pf exception injection
 2017-06-22  2:06 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Simple kvm_x86_ops->queue_exception parameter
` [PATCH v4 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
` [PATCH v4 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
` [PATCH v4 4/4] KVM: async_pf: Let host know whether the guest support delivery async_pf as #PF vmexit

[PATCH v4 1/1] f2fs: dax: implement direct access
 2017-06-22  1:57 UTC  (2+ messages)

[PATCH 24/32] ext2, ext4: make mb block cache names more explicit
 2017-06-22  1:49 UTC  (9+ messages)
` [PATCH 25/32] ext4: add ext4_is_quota_file()
` [PATCH 26/32] ext4: cleanup transaction restarts during inode deletion
` [PATCH 27/32] ext4: xattr inode deduplication
` [PATCH 28/32] quota: add get_inode_usage callback to transfer multi-inode charges
` [PATCH 29/32] ext4: reserve space for xattr entries/names
` [PATCH 30/32] ext4: eliminate xattr entry e_hash recalculation for removes
` [PATCH 31/32] ext4: strong binding of xattr inode references
` [PATCH 32/32] ext4: add nombcache mount option

[PATCH v2] ocfs2: fix deadlock caused by recursive locking in xattr
 2017-06-22  1:47 UTC 

[RFC v3 00/23] powerpc: Memory Protection Keys
 2017-06-22  1:39 UTC  (24+ messages)
` [RFC v3 01/23] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v3 02/23] powerpc: introduce set_hidx_slot helper
` [RFC v3 03/23] powerpc: introduce get_hidx_gslot helper
` [RFC v3 04/23] powerpc: Free up four 64K PTE bits in 64K backed HPTE pages
` [RFC v3 05/23] powerpc: capture the PTE format changes in the dump pte report
` [RFC v3 06/23] powerpc: use helper functions in __hash_page_4K() for 64K PTE
` [RFC v3 07/23] powerpc: use helper functions in __hash_page_4K() for 4K PTE
` [RFC v3 08/23] powerpc: use helper functions in flush_hash_page()
` [RFC v3 09/23] mm: introduce an additional vma bit for powerpc pkey
` [RFC v3 10/23] mm: provide the ability to disable execute on a key at creation
` [RFC v3 11/23] x86: key creation with PKEY_DISABLE_EXECUTE is disallowed
` [RFC v3 12/23] powerpc: Implement sys_pkey_alloc and sys_pkey_free system call
` [RFC v3 13/23] powerpc: store and restore the pkey state across context switches
` [RFC v3 14/23] powerpc: Implementation for sys_mprotect_pkey() system call
` [RFC v3 15/23] powerpc: Program HPTE key protection bits
` [RFC v3 16/23] powerpc: Macro the mask used for checking DSI exception
` [RFC v3 17/23] powerpc: Handle exceptions caused by violation of pkey protection
` [RFC v3 18/23] powerpc: Deliver SEGV signal on pkey violation
` [RFC v3 19/23] selftest: Move protecton key selftest to arch neutral directory
` [RFC v3 20/23] selftest: PowerPC specific test updates to memory protection keys
` [RFC v3 21/23] Documentation: Move protecton key documentation to arch neutral directory
` [RFC v3 22/23] Documentation: PowerPC specific updates to memory protection keys
` [RFC v3 23/23] procfs: display the protection-key number associated with a vma

linux-next: build failure after merge of the md tree
 2017-06-22  1:44 UTC 

[PATCH NET] net/hns:bugfix of ethtool -t phy self_test
 2017-06-22  1:41 UTC  (9+ messages)

[PATCH] exec: Account for argv/envp pointers
 2017-06-22  1:39 UTC  (2+ messages)
` [kernel-hardening] "

[PATCH v2 0/6] Appended signatures support for IMA appraisal
 2017-06-22  1:33 UTC  (5+ messages)
` [PATCH v2 6/6] ima: Support module-style appended signatures for appraisal

[PATCH] rtc: ds3232: add temperature support
 2017-06-22  1:29 UTC  (4+ messages)
`  "

[PATCH v3] x86/mm: Fix incorrect for loop count calculation in sync_global_pgds
 2017-06-22  1:26 UTC  (3+ messages)
` [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

[PATCH] ocfs2: get rid of ocfs2_is_o2cb_active function
 2017-06-22  1:23 UTC  (2+ messages)
` [Ocfs2-devel] "

[criu] 1M guard page ruined restore
 2017-06-22  1:24 UTC  (11+ messages)

[PATCH 0/2] kbuild: clang: Disable spurious warnings
 2017-06-22  1:19 UTC  (4+ messages)
` [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning

[PATCH] kbuild: replace genhdr-y with generated-y, deprecating genhdr-y
 2017-06-22  1:18 UTC  (2+ messages)

[PATCH] kbuild: fix header installation under fakechroot environment
 2017-06-22  1:17 UTC  (2+ messages)

[PATCH] powerpc: Only obtain cpu_hotplug_lock if called by rtasd
 2017-06-22  1:14 UTC  (3+ messages)

[PATCH] modpost: abort if a module name is too long
 2017-06-22  1:11 UTC  (12+ messages)

[PATCH 0/5] rtlwifi: Neatening
 2017-06-22  1:13 UTC  (3+ messages)

[PATCH v5 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-06-22  1:10 UTC  (4+ messages)
` [PATCH v5 3/3] net/cxgb4: Use "

[lkp-robot] [mm] 1be7107fbe: kernel_BUG_at_mm/mmap.c
 2017-06-22  1:07 UTC  (10+ messages)

[PATCH V4 0/2] Add support for OCC command/response interface
 2017-06-22  0:58 UTC  (3+ messages)
` [PATCH V4 2/2] powerpc/powernv : Add support for OPAL-OCC "

(no subject)
 2017-06-22  0:57 UTC 

[PATCH] backlight: lm3630a: bump REG_MAX value to 0x50 instead of 0x1F
 2017-06-22  0:46 UTC  (2+ messages)

[lkp-robot] [libata] 818831c8b2: kmsg.ata#.#:failed_to_set_xfermode(err_mask=#)
 2017-06-22  0:43 UTC  (2+ messages)

[next-20170609] Oops while running CPU off-on (cpuset.c/cpuset_can_attach)
 2017-06-22  0:40 UTC  (3+ messages)

linux-next: Tree for Jun 7
 2017-06-22  0:35 UTC  (3+ messages)
` linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events)

[PATCH v9 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-06-22  0:21 UTC  (16+ messages)
` [PATCH v9 5/7] vfio: Define vfio based dma-buf operations
              ` [Intel-gfx] "

[PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification
 2017-06-22  0:06 UTC  (8+ messages)

[PATCH] random: silence compiler warnings and fix race
 2017-06-22  0:04 UTC  (5+ messages)
` [PATCH] random: warn when kernel uses unseeded randomness
  ` [kernel-hardening] "

Fix Skylake PEBS data source for perf
 2017-06-22  0:03 UTC  (5+ messages)
` [PATCH 1/4] perf/x86: Move Nehalem PEBS code to flag
` [PATCH 2/4] perf/x86: Fix data source decoding for Skylake
` [PATCH 3/4] perf, tools: Add support for printing new mem_info encodings
` [PATCH 4/4] perf, tools: Add test cases for new data source encoding

[RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem
 2017-06-22  0:02 UTC  (11+ messages)

[PATCH v6 0/4] of: remove *phandle properties from expanded device tree
 2017-06-21 23:56 UTC  (6+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] of: make __of_attach_node() static

[PATCH v5 01/13] random: invalidate batched entropy after crng init
 2017-06-21 23:50 UTC  (11+ messages)
` [PATCH] random: silence compiler warnings and fix race

[PATCH] crypto: sun4i-ss: support the Security System PRNG
 2017-06-21 23:47 UTC  (5+ messages)

[PATCH 32/32] ext4: add nombcache mount option
 2017-06-21 23:46 UTC  (3+ messages)

[PATCH net-next,1/2] hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_info
 2017-06-21 23:40 UTC  (2+ messages)
` [PATCH net-next,2/2] hv_netvsc: Fix the carrier state error when data path is off

Support generic disabling of all XSAVE features
 2017-06-21 23:41 UTC  (6+ messages)
` [PATCH 1/5] x86/xsave: Move xsave initialization to after parsing early parameters
` [PATCH 2/5] x86/cpuid: Add generic table for cpuid dependencies
` [PATCH 3/5] x86/cpuid: Make clearcpuid an early param
` [PATCH 4/5] x86/xsave: Make XSAVE check the base CPUID features before enabling
` [PATCH 5/5] x86/xsave: Using generic CPUID clearing when disabling XSAVE

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-21 23:37 UTC  (4+ messages)
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for "

[PATCH v4 00/18] introduce the Xen PV Calls backend
 2017-06-21 23:32 UTC  (13+ messages)
` [PATCH v4 01/18] xen: introduce the pvcalls interface header
  ` [PATCH v4 12/18] xen/pvcalls: implement poll command
  ` [PATCH v4 13/18] xen/pvcalls: implement release command
  ` [PATCH v4 16/18] xen/pvcalls: implement read

[next-20170609] WARNING: CPU: 3 PID: 71167 at lib/idr.c:157 idr_replace
 2017-06-21 23:31 UTC  (4+ messages)

[PATCH v5 0/3] x86: stack alignment for boot code and clang
 2017-06-21 23:28 UTC  (4+ messages)
` [PATCH v5 1/3] kbuild: Add __cc-option macro
` [PATCH v5 2/3] x86/build: Use __cc-option for boot code compiler options
` [PATCH v5 3/3] x86/build: Specify stack alignment for clang

[PATCH 0/3] libata: prevent writes to read-only registers
 2017-06-21 23:20 UTC  (4+ messages)
` [PATCH 1/3] libata: Add the AHCI_HFLAG_YES_ALPM flag
` [PATCH 2/3] libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flag
` [PATCH 3/3] ata: ahci_brcm: Avoid writing to read-only registers

[PATCH] netvsc: don't access netdev->num_rx_queues directly
 2017-06-21 23:19 UTC  (3+ messages)

[RESEND,PATCH v4 2/5] crypto : stm32 - Add STM32F4 CRC32 support
 2017-06-21 23:14 UTC 

[RESEND,PATCH v4 1/5] dt-bindings : Document the STM32F4 CRC32 binding
 2017-06-21 23:14 UTC 

[RESEND,PATCH v4 0/5] Add support for the STM32F4 CRC32
 2017-06-21 23:13 UTC 

[PATCH] Convert BUG_ON to WARN_ON in bond_options.c
 2017-06-21 23:04 UTC  (11+ messages)

AW: Wir geben jährlich Darlehen für 2% Zinsen aus
 2017-06-21 22:51 UTC 

linux-next: build failure after merge of the spi-nor tree
 2017-06-21 22:37 UTC  (2+ messages)

[patch 0/7] x86/pci: Switch to lockless ECAM configuration mode
 2017-06-21 22:28 UTC  (3+ messages)

[RFC PATCH-cgroup 0/6] cgroup: bypass and subtree root modes
 2017-06-21 22:19 UTC  (14+ messages)
` [RFC PATCH-cgroup 1/6] cgroup: Relax the no internal process constraint
` [RFC PATCH-cgroup 4/6] cgroup: Introduce subtree root mode
` [RFC PATCH-cgroup 5/6] cgroup: Skip dying css in cgroup_apply_control_{enable,disable}

[PATCH] rcu: remove unused variable in boot_cpu_state_init
 2017-06-21 22:15 UTC  (3+ messages)

[PATCH] [media] rainshadow-cec: avoid -Wmaybe-uninitialized warning again
 2017-06-21 22:10 UTC 

[PATCH 0/3] Add 'external mode' for GPIO-based FSI master
 2017-06-21 22:10 UTC  (5+ messages)
` [PATCH 3/3] fsi/master-gpio: Add external mode
  ` [PATCH v2 "

[PATCH] drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_init
 2017-06-21 22:10 UTC  (2+ messages)

[PATCH] ASoC: es8316: add I2C dependency
 2017-06-21 22:09 UTC 

[PATCH] clocksource/drivers: fix uninitialized variable use in timer_of_init
 2017-06-21 22:06 UTC  (2+ messages)
` [tip:timers/core] clocksource/drivers: Fix "

[PATCH] clk: bcm: don't mark iproc_pll_clk_setup as __init
 2017-06-21 22:08 UTC  (2+ messages)

[RFC 1/2] net: phy: rework Kconfig settings for MDIO_BUS
 2017-06-21 22:06 UTC  (2+ messages)
` [RFC 2/2] phy: bcm-ns-usb3: fix MDIO_BUS dependency

[RESEND PATCH v4] clk: stm32h7: Add stm32h743 clock driver
 2017-06-21 22:07 UTC  (2+ messages)

[PATCH] ata: ftide010: fix resource printing
 2017-06-21 22:06 UTC  (2+ messages)

[PATCH] mm: page-writeback: remove unused variable
 2017-06-21 22:02 UTC 

[PATCH] alienware-wmi: Adjust instance of all wmi_evaluate_method calls to 0
 2017-06-21 22:01 UTC 

[PATCH] qede: fix typo in qede_rdma_dev_add declaration
 2017-06-21 21:59 UTC 

[PATCH 1/4] ARM/PCI: iop13xx: address uninitialized variable warning
 2017-06-21 21:53 UTC  (4+ messages)
` [PATCH 2/4] ARM/PCI: mv78xx0: pass pci_ops correctly again
` [PATCH 3/4] PCI: versatile: fix typo
` [PATCH 4/4] PCI: versatile: fix another typo

[PATCH V2] kernel/watchdog: fix spurious hard lockups
 2017-06-21 21:53 UTC  (2+ messages)

[PATCH] RFC: platform/x86: wmi: Fix check for method instance number
 2017-06-21 21:52 UTC  (5+ messages)

[PATCH] clk: keystone: TI_SCI_PROTOCOL is needed for clk driver
 2017-06-21 21:50 UTC  (2+ messages)

[PATCH 01/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
 2017-06-21 21:50 UTC  (3+ messages)
` [PATCH v2 01/17] clk: ingenic: Use const pointer to clk_ops in struct

[PATCH] sparc64: Fix gup_huge_pmd
 2017-06-21 21:50 UTC 

Regression in kernel 4.12-rc1 for Powerpc 32 - partially bisected
 2017-06-21 21:49 UTC  (6+ messages)
` Regression in kernel 4.12-rc1 for Powerpc 32 - bisected to commit 3448890c32c3

[PATCH v5 27/28] ext4: xattr inode deduplication
 2017-06-21 21:42 UTC  (4+ messages)

[PATCH 23/28] mbcache: make mbcache more generic
 2017-06-21 21:39 UTC  (4+ messages)
` [PATCH v2 23/31] mbcache: make mbcache naming "

[PATCH v2] um: add dummy ioremap and iounmap functions
 2017-06-21 21:36 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).