linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 18:14:41 to 2018-03-16 21:09:46 UTC [more...]

[PATCH 00/22] siginfo unification
 2018-03-16 21:08 UTC  (7+ messages)
` [PATCH 13/22] signal: Move addr_lsb into the _sigfault union for clarity

[patch -mm v3 0/3] mm, memcg: introduce oom policies
 2018-03-16 21:08 UTC  (8+ messages)
  ` [patch -mm 0/6] rewrite cgroup aware oom killer for general use
    ` [patch -mm 1/6] mm, memcg: introduce per-memcg oom policy tunable
    ` [patch -mm 3/6] mm, memcg: add hierarchical usage oom policy
    ` [patch -mm 4/6] mm, memcg: evaluate root and leaf memcgs fairly on oom
    ` [patch -mm 5/6] mm, memcg: separate oom_group from selection criteria
    ` [patch -mm 6/6] mm, memcg: disregard mempolicies for cgroup-aware oom killer

[PATCHv2] mm/shmem: Do not wait for lock_page() in shmem_unused_huge_shrink()
 2018-03-16 21:08 UTC 

[PATCH 3.18 00/25] 3.18.100-stable review
 2018-03-16 21:00 UTC  (3+ messages)

[PATCH] drm: Reduce object size of DRM_DEV_<LEVEL> uses
 2018-03-16 20:56 UTC 

[PATCH] mm: add config for readahead window
 2018-03-16 20:56 UTC  (4+ messages)

[PATCH] libata: blacklist Micron 500IT SSD with MU01 firmware
 2018-03-16 20:55 UTC  (3+ messages)

[PATCH 00/31 v2] PTI support for x86_32
 2018-03-16 20:55 UTC  (10+ messages)
` [PATCH 12/31] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points

[PATCH v6 0/2] hwmon: (ucd9000) Add gpio and debugfs interfaces
 2018-03-16 20:54 UTC  (6+ messages)
` [PATCH v6 1/2] hwmon: (ucd9000) Add gpio chip interface
` [PATCH v6 2/2] hwmon: (ucd9000) Add debugfs attributes to provide mfr_status

[PATCH] net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferred
 2018-03-16 20:52 UTC  (4+ messages)

[PATCH 00/14] chrome_laptop: stop being a platform driver
 2018-03-16 20:41 UTC  (9+ messages)
` [PATCH 01/14] Input: atmel_mxt_ts - do not pass suspend mode in platform data
` [PATCH 14/14] Input: atmel_mxt_ts - remove platform data support

[PATCH v6 00/12] Appended signatures support for IMA appraisal
 2018-03-16 20:38 UTC  (13+ messages)
` [PATCH v6 01/12] MODSIGN: Export module signature definitions
` [PATCH v6 02/12] PKCS#7: Introduce pkcs7_get_message_sig() and verify_pkcs7_message_sig()
` [PATCH v6 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v6 04/12] ima: Introduce is_ima_sig()
` [PATCH v6 05/12] integrity: Introduce integrity_keyring_from_id()
` [PATCH v6 06/12] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v6 07/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v6 08/12] ima: Export func_tokens
` [PATCH v6 09/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v6 10/12] ima: Add functions to read and verify a modsig signature
` [PATCH v6 11/12] ima: Implement support for module-style appended signatures
` [PATCH v6 12/12] ima: Write modsig to the measurement list

[PATCH v2 0/5] KVM: x86: Implement Pause Loop Exit for SVM
 2018-03-16 20:37 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: VMX: Fix the module parameters for vmx
` [PATCH v2 2/5] KVM: VMX: Remove ple_window_actual_max
` [PATCH v2 3/5] KVM: VMX: Bring the common code to header file
` [PATCH v2 4/5] KVM: SVM: Add pause filter threshold
` [PATCH v2 5/5] KVM: SVM: Implement pause loop exit logic in SVM

[PATCH v3 00/15] add dts nodes to MT7622 SoC
 2018-03-16 20:36 UTC  (3+ messages)
` [PATCH v3 01/15] dt-bindings: clock: mediatek: add missing required #reset-cells

[PATCH 10/14] mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
 2018-03-16 20:35 UTC  (5+ messages)
` [PATCH 11/14] mm/hmm: move hmm_pfns_clear() closer to where it is use
` [PATCH 12/14] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 13/14] mm/hmm: change hmm_vma_fault() to allow write fault on page basis
` [PATCH 14/14] mm/hmm: use device driver encoding for HMM pfn

[PATCH 2/2] usb: dwc3: add clock and resets
 2018-03-16 20:33 UTC  (2+ messages)

[PATCH] perf/core: clear sibling list of detached events (was "Re: [PATCH] perf: Fix sibling iteration")
 2018-03-16 19:49 UTC  (2+ messages)
` [tip:perf/core] perf/core: Clear sibling list of detached events

[PATCH] perf: Fix sibling iteration
 2018-03-16 19:49 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v5 0/2] Remove false-positive VLAs when using max()
 2018-03-16 20:25 UTC  (14+ messages)

[PATCH 00/10 v2] iommu/amd: lock splitting & GFP_KERNEL allocation
 2018-03-16 20:18 UTC  (11+ messages)
` [PATCH 01/10] iommu/amd: take into account that alloc_dev_data() may return NULL
` [PATCH 02/10] iommu/amd: turn dev_data_list into a lock less list
` [PATCH 03/10] iommu/amd: split domain id out of amd_iommu_devtable_lock
` [PATCH 04/10] iommu/amd: split irq_lookup_table out of the amd_iommu_devtable_lock
` [PATCH 05/10] Revert "iommu/amd: Avoid locking get_irq_table() from atomic context"
` [PATCH 06/10] iommu/amd: remove the special case from get_irq_table()
` [PATCH 07/10] iommu/amd: use `table' instead `irt' as variable name in amd_iommu_update_ga()
` [PATCH 08/10] iommu/amd: factor out setting the remap table for a devid
` [PATCH 09/10] iommu/amd: drop the lock while allocating new irq remap table
` [PATCH 10/10] iommu/amd: make amd_iommu_devtable_lock a spin_lock

[PATCH 4.15 000/128] 4.15.11-stable review
 2018-03-16 20:20 UTC  (3+ messages)

[RFC PATCH] iio: adc: Add Xilinx AMS driver
 2018-03-16 20:19 UTC  (2+ messages)

[PATCH -next 00/22] remove in-kernel syscall invocations (part 2 == netdev)
 2018-03-16 19:42 UTC  (4+ messages)

[PATCH v2] netns: send uevent messages
 2018-03-16 20:14 UTC  (3+ messages)

[PATCH 0/2] net: phy: relax error checking when creating sysfs link netdev->phydev
 2018-03-16 20:13 UTC  (8+ messages)

[PATCH v2 0/9] Staging: iio: accel: adis16201 driver cleanup
 2018-03-16 20:06 UTC  (10+ messages)
` [PATCH v2 1/9] Staging: iio: accel: adis16201: Rename few macro definitions
` [PATCH v2 2/9] Staging: iio: accel: adis16201: Remove unnecessary comments
` [PATCH v2 3/9] Staging: iio: accel: adis16201: Add _REG suffix to reisters
` [PATCH v2 4/9] Staging: iio: accel: adis16201: Group register definitions
` [PATCH v2 5/9] Staging: iio: accel: adis16201: Add comments about units in read_raw()
` [PATCH v2 6/9] Staging: iio: accel: adis16201: Use sign_extend32 function
` [PATCH v2 7/9] Staging: iio: accel: adis16201: Prefer reverse christmas tree ordering
` [PATCH v2 8/9] Staging: iio: accel: adis16201: Adjust argument to match open parentheses
` [PATCH v2 9/9] Staging: iio: accel: adis16201: Move adis16201 driver out of staging

[PATCH][RFC] kernel.h: provide array iterator
 2018-03-16 19:40 UTC 

[PATCH 0/7] staging:iio:ade7854: Cleanup on I2C/SPI code
 2018-03-16 20:03 UTC  (8+ messages)
` [PATCH 7/7] staging:iio:ade7854: Add proper error handling condition

[PATCH 2/2] x86/microcode: Fix CPU synchronization routine
 2018-03-16 20:01 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 1/2] x86/microcode: Attempt late loading only when new microcode is present
 2018-03-16 20:00 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v4 0/2] drivers/qcom: add Command DB support
 2018-03-16 19:55 UTC  (7+ messages)
` [PATCH v4 2/2] dt-bindings: introduce Command DB for QCOM SoCs

[PATCH v4 3/4] PCI: hv: Remove hbus->enum_sem
 2018-03-16 19:54 UTC  (5+ messages)

[PATCH 4.14 000/109] 4.14.28-stable review
 2018-03-16 19:40 UTC  (4+ messages)
` [PATCH 4.14 064/109] dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free

[PATCH v4] mm, pkey: treat pkey-0 special
 2018-03-16 19:31 UTC  (3+ messages)

[PATCH 00/35 v4] PTI support for x32
 2018-03-16 19:29 UTC  (36+ messages)
` [PATCH 01/35] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
` [PATCH 02/35] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry_stack
` [PATCH 03/35] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
` [PATCH 04/35] x86/entry/32: Put ESPFIX code into a macro
` [PATCH 05/35] x86/entry/32: Unshare NMI return path
` [PATCH 06/35] x86/entry/32: Split off return-to-kernel path
` [PATCH 07/35] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 08/35] x86/entry/32: Leave "
` [PATCH 09/35] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
` [PATCH 10/35] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
` [PATCH 11/35] x86/entry/32: Simplify debug entry point
` [PATCH 12/35] x86/32: Use tss.sp1 as cpu_current_top_of_stack
` [PATCH 13/35] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
` [PATCH 14/35] x86/entry/32: Add PTI cr3 switches to NMI handler code
` [PATCH 15/35] x86/pgtable: Rename pti_set_user_pgd to pti_set_user_pgtbl
` [PATCH 16/35] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
` [PATCH 17/35] x86/pgtable/32: Allocate 8k page-tables "
` [PATCH 18/35] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 19/35] x86/pgtable: Move pti_set_user_pgtbl() "
` [PATCH 20/35] x86/pgtable: Move two more functions from pgtable_64.h "
` [PATCH 21/35] x86/mm/pae: Populate valid user PGD entries
` [PATCH 22/35] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 23/35] x86/mm/legacy: "
` [PATCH 24/35] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 25/35] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 26/35] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level "
` [PATCH 27/35] x86/mm/dump_pagetables: Define INIT_PGD
` [PATCH 28/35] x86/pgtable/pae: Use separate kernel PMDs for user page-table
` [PATCH 29/35] x86/ldt: Reserve address-space range on 32 bit for the LDT
` [PATCH 30/35] x86/ldt: Define LDT_END_ADDR
` [PATCH 31/35] x86/ldt: Split out sanity check in map_ldt_struct()
` [PATCH 32/35] x86/ldt: Enable LDT user-mapping for PAE
` [PATCH 33/35] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
` [PATCH 34/35] x86/mm/pti: Add Warning when booting on a PCID capable CPU
` [PATCH 35/35] x86/entry/32: Add debug code to check entry/exit cr3

[PATCH v5 0/3] Support Perf Extension on AMD KVM guests
 2018-03-16 19:22 UTC  (5+ messages)
` [PATCH v5 1/3] x86/msr: Add AMD Core Perf Extension MSRs

[PATCH 0/4] hmm: fixes and documentations
 2018-03-16 19:19 UTC  (4+ messages)
` [PATCH 4/4] mm/hmm: change CPU page table snapshot functions to simplify drivers

[PATCH 0/4] hmm: fixes and documentations v2
 2018-03-16 19:14 UTC  (10+ messages)
` [PATCH 01/14] mm/hmm: documentation editorial update to HMM documentation
` [PATCH 02/14] mm/hmm: fix header file if/else/endif maze
` [PATCH 03/14] mm/hmm: HMM should have a callback before MM is destroyed v2
` [PATCH 04/14] mm/hmm: hmm_pfns_bad() was accessing wrong struct
` [PATCH 05/14] mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
` [PATCH 06/14] mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
` [PATCH 07/14] mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
` [PATCH 08/14] mm/hmm: cleanup special vma handling (VM_SPECIAL)
` [PATCH 09/14] mm/hmm: do not differentiate between empty entry or missing directory

[PATCH v9 00/61] XArray v9
 2018-03-16 19:12 UTC  (12+ messages)
` [PATCH v9 09/61] xarray: Replace exceptional entries
` [PATCH v9 10/61] xarray: Change definition of sibling entries
` [PATCH v9 11/61] xarray: Add definition of struct xarray
` [PATCH v9 12/61] xarray: Define struct xa_node
` [PATCH v9 13/61] xarray: Add documentation

[PATCH v6 00/15] dax: fix dma vs truncate/hole-punch
 2018-03-16 19:10 UTC  (18+ messages)
` [PATCH v6 02/15] fs, dax: prepare for dax-specific address_space_operations
` [PATCH v6 03/15] block, dax: remove dead code in blkdev_writepages()
` [PATCH v6 04/15] xfs, dax: introduce xfs_dax_aops
` [PATCH v6 11/15] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v6 12/15] xfs: require mmap lock for xfs_break_layouts()
` [PATCH v6 13/15] xfs: communicate lock drop events from xfs_break_layouts()
` [PATCH v6 14/15] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v6 15/15] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v2 00/36] remove in-kernel syscall invocations (part 1)
 2018-03-16 19:03 UTC  (4+ messages)
` [PATCH v2 03/36] mm: use do_futex() instead of sys_futex() in mm_release()

[PATCH 0/2] kprobe: Fix: add symbols to kprobe blacklist
 2018-03-16 19:02 UTC  (10+ messages)
` [PATCH 2/2] kprobe: fix: Add ftrace_ops_assist_func "

[PATCH v2 0/5] Allow compile-testing NO_DMA (core)
 2018-03-16 18:59 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: cpsw: enable vlan rx vlan offload
 2018-03-16 18:54 UTC  (4+ messages)

[PATCH v5 0/2] hwmon: (ucd9000) Add gpio and debugfs interfaces
 2018-03-16 18:54 UTC  (5+ messages)
` [PATCH v5 1/2] hwmon: (ucd9000) Add gpio chip interface

[PATCH][RFC] kernel.h: provide array iterator
 2018-03-16 18:45 UTC  (3+ messages)

[PATCH] platform/x86: panasonic-laptop: add support to mute and hardware optical switch
 2018-03-16 18:38 UTC  (2+ messages)

[PATCH 0/9] x86/dumpstack: Cleanups and user opcode bytes Code: section, v2
 2018-03-16 18:38 UTC  (7+ messages)
` [PATCH 8/9] x86/dumpstack: Save first regs set for the executive summary

[PATCH v5 0/2] drivers/qcom: add Command DB support
 2018-03-16 18:27 UTC  (3+ messages)
` [PATCH v5 2/2] dt-bindings: introduce Command DB for QCOM SoCs

[PATCH] storvsc: Set up correct queue depth values for IDE devices
 2018-03-16 18:27 UTC  (3+ messages)

[PATCH] vsprintf: Make "null" pointer dereference more robust
 2018-03-16 18:19 UTC  (12+ messages)
              ` [PATCH v3] vsprintf: Prevent crash when dereferencing invalid pointers

[PATCH v5 0/9] ipc: Clamp *mni to the real IPCMNI limit & increase that limit
 2018-03-16 18:13 UTC  (9+ messages)
` [PATCH v5 2/9] proc/sysctl: Provide additional ctl_table.flags checks
` [PATCH v5 3/9] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v5 4/9] ipc: Clamp msgmni and shmmni to the real IPCMNI limit
` [PATCH v5 5/9] ipc: Clamp semmni "
` [PATCH v5 6/9] test_sysctl: Add range clamping test
` [PATCH v5 7/9] test_sysctl: Add ctl_table registration failure test
` [PATCH v5 8/9] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v5 9/9] ipc: Conserve sequence numbers in extended IPCMNI mode

[RESEND PATCH v2] sched/fair: Remove check in idle_balance against migration_cost
 2018-03-16 18:14 UTC  (5+ 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).