All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-11 22:05:24 to 2018-10-11 23:00:38 UTC [more...]

[PATCH] kbuild: Fail the build early when no lz4 present
 2018-10-11 15:32 UTC  (5+ messages)

[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
 2018-10-11 23:00 UTC  (13+ messages)

[PATCH net-next 0/9] net: Kernel side filtering for route dumps
 2018-10-11 15:32 UTC  (12+ messages)
` [PATCH net-next 1/9] net: Add struct for fib dump filter
` [PATCH net-next 2/9] net/ipv4: Plumb support for filtering route dumps
` [PATCH net-next 3/9] net/ipv6: "
` [PATCH net-next 4/9] net/mpls: "
` [PATCH net-next 5/9] net: Plumb support for filtering ipv4 and ipv6 multicast "
` [PATCH net-next 6/9] net: Enable kernel side filtering of "
` [PATCH net-next 7/9] net/mpls: Handle "
` [PATCH net-next 8/9] net/ipv6: Bail early if user only wants cloned entries
` [PATCH net-next 9/9] net/ipv4: Bail early if user only wants prefix entries

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-11 22:59 UTC  (4+ messages)
    ` [PATCH] diff.c: die on unknown color-moved ws mode

[mm PATCH v2 0/6] Deferred page init improvements
 2018-10-11 22:58 UTC  (16+ messages)
` [mm PATCH v2 1/6] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v2 2/6] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v2 3/6] mm: Use memblock/zone specific iterator for handling deferred page init
` [mm PATCH v2 4/6] mm: Do not set reserved flag for hotplug memory
` [mm PATCH v2 5/6] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH v2 6/6] mm: Use common iterator for deferred_init_pages and deferred_free_pages

[PATCH v2 0/1] branch: introduce --show-current display option
 2018-10-11 22:58 UTC  (12+ messages)
` [PATCH v2 1/1] "

[PATCH security-next v5 00/30] LSM: Explict ordering
 2018-10-11 22:58 UTC  (3+ messages)

[PATCH] drm/i915/icl: enable SAGV for ICL platform
 2018-10-11 22:57 UTC 

[PATCH -v3] ext4: fix use-after-free race in ext4_remount()'s error path
 2018-10-11 15:29 UTC  (3+ messages)

[PATCH] fuse2fs: return proper exit code from fuse_main
 2018-10-11 15:28 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_fb: Require FB modifiers only when needed
 2018-10-11 22:54 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH] random: Move rand_initialize() earlier
 2018-10-11 22:54 UTC 

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-11 15:23 UTC  (5+ messages)
` [PATCH 1/3] VFS: Add a call to obtain a file's hash
` [PATCH 2/3] IMA: Make use of filesystem-provided hashes

[PATCH v5 00/11] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-10-11 15:16 UTC  (24+ messages)
  ` [PATCH v5 01/11] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
  ` [PATCH v5 02/11] x86/cet/ibt: User-mode indirect branch tracking support
  ` [PATCH v5 03/11] x86/cet/ibt: Add IBT legacy code bitmap allocation function
  ` [PATCH v5 04/11] mm/mmap: Add IBT bitmap size to address space limit check
  ` [PATCH v5 05/11] x86/cet/ibt: ELF header parsing for IBT
  ` [PATCH v5 06/11] x86/cet/ibt: Add arch_prctl functions "
  ` [PATCH v5 07/11] x86/cet/ibt: Add ENDBR to op-code-map
  ` [PATCH v5 08/11] x86: Insert endbr32/endbr64 to vDSO
  ` [PATCH v5 09/11] x86/vsyscall/32: Add ENDBR32 to vsyscall entry point
  ` [PATCH v5 10/11] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
  ` [PATCH v5 11/11] x86/cet: Add PTRACE interface for CET

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-11 15:15 UTC  (56+ messages)
  ` [PATCH v5 01/27] x86/cpufeatures: Add CPUIDs for Control Flow Enforcement Technology (CET)
  ` [PATCH v5 02/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
  ` [PATCH v5 03/27] x86/fpu/xstate: Introduce XSAVES system states
  ` [PATCH v5 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
  ` [PATCH v5 05/27] Documentation/x86: Add CET description
  ` [PATCH v5 06/27] x86/cet: Control protection exception handler
  ` [PATCH v5 07/27] mm/mmap: Create a guard area between VMAs
  ` [PATCH v5 08/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
  ` [PATCH v5 09/27] mm: Introduce VM_SHSTK for shadow stack memory
  ` [PATCH v5 10/27] mm/mmap: Prevent Shadow Stack VMA merges
  ` [PATCH v5 11/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
  ` [PATCH v5 12/27] x86/mm: Introduce _PAGE_DIRTY_SW
  ` [PATCH v5 13/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
  ` [PATCH v5 14/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
  ` [PATCH v5 15/27] x86/mm: Shadow stack page fault error checking
  ` [PATCH v5 16/27] mm: Handle shadow stack page fault
  ` [PATCH v5 17/27] mm: Handle THP/HugeTLB "
  ` [PATCH v5 18/27] mm: Update can_follow_write_pte/pmd for shadow stack
  ` [PATCH v5 19/27] mm: Introduce do_mmap_locked()
  ` [PATCH v5 20/27] x86/cet/shstk: User-mode shadow stack support
  ` [PATCH v5 21/27] x86/cet/shstk: Introduce WRUSS instruction
  ` [PATCH v5 22/27] x86/cet/shstk: Signal handling for shadow stack
  ` [PATCH v5 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
  ` [PATCH v5 24/27] x86/cet/shstk: Handle thread shadow stack
  ` [PATCH v5 25/27] mm/mmap: Add Shadow stack pages to memory accounting
  ` [PATCH v5 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
  ` [PATCH v5 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH i2c-next v7 0/5] i2c: aspeed: Add bus idle waiting logic for multi-master use cases
 2018-10-11 22:47 UTC  (17+ messages)
` [PATCH i2c-next v7 1/5] dt-bindings: i2c: Add 'bus-timeout-ms' and '#retries' properties as common optional
` [PATCH i2c-next v7 3/5] dt-bindings: i2c: aspeed: Add 'bus-timeout-ms' property as an optional property

[PATCH 3.18 000/120] 3.18.124-stable review
 2018-10-11 22:46 UTC  (2+ messages)

[PATCH 0/2] add an advice on unqualified <dst> push
 2018-10-11 22:45 UTC  (5+ messages)
` [PATCH 2/2] push: "

Question about the TPM driver
 2018-10-11 15:17 UTC  (3+ messages)

[PATCH v2] fuse: enable caching of symlinks
 2018-10-11 15:17 UTC 

[PATCH 4.4 00/27] 4.4.161-stable review
 2018-10-11 22:43 UTC  (2+ messages)

[Bug 108330] WarThunder game performance killed after Ryzen optimisations
 2018-10-11 22:44 UTC 

[PATCH] python3: set PYTHONHOME for nativesdk
 2018-10-11 22:43 UTC  (2+ messages)

[PATCH 17/19] submodule: use submodule repos for object lookup
 2018-10-11 22:40 UTC  (2+ messages)

[PATCH resend] android-xfstests: fix finding FS_TYPE when userdata is on dm device
 2018-10-11 15:12 UTC  (7+ messages)

[PATCH 4.9 00/35] 4.9.133-stable review
 2018-10-11 22:40 UTC  (2+ messages)

[RFC][PATCH] perf: Rewrite core context handling
 2018-10-11 22:37 UTC  (4+ messages)

[PATCH 4.14 00/45] 4.14.76-stable review
 2018-10-11 22:37 UTC  (2+ messages)

[PATCH] drm: amd: Use kmemdup instead of duplicating its function
 2018-10-11 22:37 UTC  (2+ messages)

[PATCH iproute 0/2] introduce IFLA_INET6_STATS attribute parsing
 2018-10-11 15:09 UTC  (5+ messages)
` [PATCH iproute 2/2] utils: fix get_rtnl_link_stats_rta stats parsing

[PATCH] percpu: include irqflags.h for raw_local_irq_save()
 2018-10-11 15:09 UTC 

errors reported by btrfs-check
 2018-10-11 22:36 UTC  (2+ messages)

Backports that remove FPU lazy-mode deadcode for 4.9.y
 2018-10-11 15:08 UTC  (4+ messages)

[PATCH 4.18 00/44] 4.18.14-stable review
 2018-10-11 22:34 UTC  (2+ messages)

[PATCH] net: phy: sfp: remove sfp_mutex's definition
 2018-10-11 15:06 UTC 

[PATCH 00/18] my generic mmu_gather patches
 2018-10-11 15:04 UTC  (5+ messages)
` [PATCH 12/18] arch/tlb: Clean up simple architectures

[PATCH] x86: entry: flush the cache if syscall error
 2018-10-11 22:33 UTC  (6+ messages)

[Cocci] Need help with Python again
 2018-10-11 22:33 UTC  (2+ messages)

[iproute2-next] tipc: support interface name when activating UDP bearer
 2018-10-11 15:04 UTC  (2+ messages)

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-10-11 22:32 UTC  (4+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 7/7] revision.c: refactor basic topo-order logic

Trouble configuring kernel
 2018-10-11 22:14 UTC 

[PATCH net-next] hv_netvsc: fix vf serial matching with pci slot info
 2018-10-11 22:30 UTC  (2+ messages)

Xen optimization
 2018-10-11 22:29 UTC  (6+ messages)

overflow on proc_nr_files
 2018-10-11 22:29 UTC  (3+ messages)

[PATCH 00/21] libmultipath: checkers overhaul
 2018-10-11 22:27 UTC  (22+ messages)
` [PATCH 01/21] libmultipath: fix use of uninitialized memory in write()
` [PATCH 02/21] libmultipath: fix memory leaks from scandir() use
` [PATCH 03/21] libmultipath/checkers: replace message by msgid
` [PATCH 04/21] libmultipath/checkers: cciss_tur: use message id
` [PATCH 05/21] libmultipath/checkers: directio: "
` [PATCH 06/21] libmultipath/checkers: emc_clariion: "
` [PATCH 07/21] libmultipath/checkers: hp_sw: "
` [PATCH 08/21] libmultipath/checkers: rdac: "
` [PATCH 09/21] libmultipath/checkers: readsector0: "
` [PATCH 10/21] libmultipath/checkers: tur: "
` [PATCH 11/21] multipathd: improve checker message logging
` [PATCH 12/21] libmultipath/checkers: support unsupported paths
` [PATCH 13/21] libmultipath: clariion checker: leave unsupported paths alone
` [PATCH 14/21] libmultipath: hp_sw "
` [PATCH 15/21] libmultipath: rdac "
` [PATCH 16/21] libmultipath: tur "
` [PATCH 17/21] libmultipath: pathinfo: don't blank wwid if checker fails
` [PATCH 18/21] multipathd: check_path: improve logging for "unusable path" case
` [PATCH 19/21] libmultipath: coalesce_paths: improve logging of orphaned paths
` [PATCH 20/21] libmultipath: sync_map_state: log failing paths
` [PATCH 21/21] libmultipath/checkers: cleanup class/instance model

[tpm2] Conflicting TPM2 engines and storage formats
 2018-10-11 22:25 UTC 

[Buildroot] [PATCH 1/1] board/pc: improve image generation
 2018-10-11 22:24 UTC  (2+ messages)
` [Buildroot] [PATCH v2 1/1] board/pc: ensure grub.cfg is copied to target filesystem

[Qemu-devel] [RFC v3 0/5] Dynamic TLB sizing
 2018-10-11 22:23 UTC  (3+ messages)
` [Qemu-devel] [RFC v3 1/5] tcg: Add tlb_index and tlb_entry helpers

[Qemu-devel] [PATCH v5 0/6] per-TLB lock
 2018-10-11 22:22 UTC  (2+ messages)

[PATCH V3 1/2] dt-bindings: pinctrl: document Broadcom Northstar pin mux controller
 2018-10-11 22:22 UTC  (3+ messages)

[PATCH 16/19] pretty: prepare format_commit_message to handle arbitrary repositories
 2018-10-11 22:22 UTC  (2+ messages)

[PATCH 4/4] fsck/mount: Gracefully terminate the mount procedure in case the program runs out of memory
 2018-10-11 22:21 UTC 

[PATCH 3/4] lib/libf2fs_io.c: Added a missing free statement
 2018-10-11 22:21 UTC 

[PATCH 2/4] lib/libf2fs: Added missing statements related to error checking
 2018-10-11 22:21 UTC 

[PATCH 1/4] mkfs.f2fs: Added missing statements related to error checking
 2018-10-11 22:20 UTC 

[PATCH v2 1/1] branch: introduce --show-current display option
 2018-10-11 22:20 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] oeqa/manual: transfer manual test cases from testopia to oeqa
 2018-10-11 22:20 UTC  (2+ messages)

[PATCH v4 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-10-11 22:17 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: spi: add binding file "

[PATCH v4 0/2] Enable smmu support on sdm845
 2018-10-11 22:16 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: arm-smmu: Add binding doc for Qcom smmu-500

[LTP] [PATCH 0/4] DHCP tests and AppArmor improvements
 2018-10-11 22:15 UTC  (5+ messages)
` [LTP] [PATCH 1/4] net/dhcp: Use paths allowed by AppArmor for dnsmasq
` [LTP] [PATCH 3/4] ver_linux: Print AppArmor and SELinux status
` [LTP] [PATCH 4/4] tst_net.sh: Warn about enabled AppArmor

[PATCH V2] e2fsprogs: fix test f_detect_junk print error msg
 2018-10-11 22:15 UTC  (2+ messages)

linux-next: build warnings from the build of Linus' tree
 2018-10-11 22:12 UTC  (13+ messages)
                      ` [GIT PULL] A couple of warning fixes

[PATCH v2 1/2] net/ncsi: Add NCSI Broadcom OEM command
 2018-10-11 22:12 UTC  (4+ messages)

[PATCH v10 1/2] drm/panel: Add support for Truly NT35597 panel driver
 2018-10-11 22:11 UTC  (3+ messages)
` [PATCH v10 2/2] dt-bindings: Add Truly NT35597 panel driver bindings

[PATCH 05/19] object: parse_object to honor its repository argument
 2018-10-11 22:11 UTC  (2+ messages)

[1/7] dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT
 2018-10-11 22:08 UTC  (6+ messages)
` [7/7] dt-bindings: fsl-qdma: Add NXP Layerscpae qDMA controller bindings
  ` [PATCH 7/7] "

[U-Boot] [PATCH 1/4] x86: Specify -march=core2 to build 64-bit U-Boot proper
 2018-10-11 22:10 UTC  (4+ messages)
` [U-Boot] [PATCH 4/4] WIP: travis: Add qemu-x86_64 target for test.py testing

[PATCH v11 1/3] [media] imx214: device tree binding
 2018-10-11 22:10 UTC  (2+ messages)

[LTP] [PATCH 0/5] Fixes for DHCP tests
 2018-10-11 22:10 UTC  (2+ messages)

[driver-core PATCH v3 0/5] Add NUMA aware async_schedule calls
 2018-10-11 22:09 UTC  (6+ messages)
` [driver-core PATCH v3 1/5] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [driver-core PATCH v3 2/5] async: Add support for queueing on specific "
` [driver-core PATCH v3 3/5] driver core: Probe devices asynchronously instead of the driver
` [driver-core PATCH v3 4/5] driver core: Attach devices on CPU local to device node
` [driver-core PATCH v3 5/5] PM core: Use new async_schedule_dev command

[RFC PATCH 1/2] net/ncsi: Don't enable all channels when HWA available
 2018-10-11 22:09 UTC  (5+ messages)
` [RFC PATCH 2/2] net/ncsi: Configure multi-package, multi-channel modes with failover

[PATCH v2] src/fiemap-tester: fix getting blocksize on overlayfs
 2018-10-11 14:41 UTC 

[PATCH RFC v1 0/8] drivers: qcom: Add cpu power domain for SDM845
 2018-10-11 22:08 UTC  (4+ messages)
` [PATCH RFC v1 2/8] kernel/cpu_pm: Manage runtime PM in the idle path for CPUs

[PATCH net] net: bcmgenet: Poll internal PHY for GENETv5
 2018-10-11 22:06 UTC 

[PATCH] docs/completion.txt: Fix a couple of punctuation nits
 2018-10-11 22:06 UTC  (3+ messages)
` [tip:sched/core] sched/completions/Documentation: Clean up the document some more


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.