linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-16 02:24:26 to 2017-12-16 16:27:04 UTC [more...]

[PATCH v9 0/7] Intel SGX Driver
 2017-12-16 16:19 UTC  (4+ messages)
` [PATCH v9 1/7] intel_sgx: updated MAINTAINERS
` [PATCH v9 2/7] x86: add SGX definitions to cpufeature
` [PATCH v9 3/7] x86: add SGX definitions to msr-index.h

[PATCH 0/3] thunderbolt fixes for v4.15-rc2
 2017-12-16 16:11 UTC  (5+ messages)

[PATCH v2 0/5] Support for generalized use of make C={1,2} via a wrapper program
 2017-12-16 15:55 UTC  (11+ messages)
` [PATCH v2 1/5] runchecks: Generalize make C={1,2} to support multiple checkers
` [PATCH v2 2/5] Documentation: Add doc for runchecks, a checker runner
` [PATCH v2 3/5] checkpatch: Improve --fix-inplace for TABSTOP
` [PATCH v2 4/5] rds: Add runchecks.cfg for net/rds
` [PATCH v2 5/5] RDMA/core: Add runchecks.cfg for drivers/infiniband/core

[PATCH] ACPI, APEI, Fix use resource_size
 2017-12-16 15:54 UTC  (9+ messages)

Add YeeLoong support v5
 2017-12-16 14:57 UTC  (6+ messages)
` [PATCH v5 1/5] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline
` [PATCH v5 2/5] MIPS: Loongson64: lemote-2f move ec_kb3310b.h to include dir and clean up
` [PATCH v5 3/5] MIPS: Loongson64: Yeeloong add platform driver
` [PATCH v5 4/5] MIPS: Loongson64: Load platform device during boot
` [PATCH v5 5/5] MAINTAINERS: Add entry for Lemote YeeLoong Extra Driver

[PATCH v4] perf-probe: Support escaped character in parser
 2017-12-16 14:52 UTC  (5+ messages)

[PATCH] kernel/kprobes: kprobes_built_in can be boolean
 2017-12-16 14:50 UTC  (2+ messages)

Detecting RWF_NOWAIT support
 2017-12-16 14:49 UTC  (3+ messages)

[patch 1/2] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
 2017-12-16 14:45 UTC  (10+ messages)
` [patch v2 "

[PATCH 1/9] ARM: dts: imx7-colibri: move and rename USB Host power regulator
 2017-12-16 14:18 UTC  (19+ messages)
` [PATCH 2/9] ARM: dts: imx7-colibri: make sure multiplexed pins are not active
` [PATCH 3/9] ARM: dts: imx7-colibri: mux pull-ups where appropriate
` [PATCH 4/9] ARM: dts: imx7-colibri: use NAND_CE1 as GPIO
` [PATCH 5/9] ARM: dts: imx7-colibri: specify cpu-supply
` [PATCH 6/9] ARM: dts: imx7-colibri: specify usdhc1 supplies
` [PATCH 7/9] ARM: dts: imx7-colibri: specify backlight GPIO
` [PATCH 8/9] ARM: dts: imx7-colibri: add MCP2515 CAN controller
` [PATCH 9/9] ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support

[PATCH 1/2] bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_reset
 2017-12-16 14:14 UTC  (4+ messages)

[PATCH] x86: move parse_early_param to earlier code for add_efi_memmap
 2017-12-16 14:06 UTC  (5+ messages)

[PATCH 0/2] PS3: Adjustments for six function implementations
 2017-12-16 13:54 UTC  (3+ messages)
` [PATCH 1/2] ps3: Delete an error message for a failed memory allocation in two functions
` [PATCH 2/2] ps3: Improve a size determination in five functions

[PATCH v2 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-16 13:49 UTC  (21+ messages)
` [PATCH v2 01/19] fs: new API for handling inode->i_version
` [PATCH v2 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v2 03/19] fat: convert to new i_version API
` [PATCH v2 04/19] affs: "
` [PATCH v2 05/19] afs: "
` [PATCH v2 06/19] btrfs: "
` [PATCH v2 07/19] exofs: switch "
` [PATCH v2 08/19] ext2: convert "
` [PATCH v2 09/19] ext4: "
` [PATCH v2 10/19] nfs: "
` [PATCH v2 11/19] nfsd: "
` [PATCH v2 12/19] ocfs2: "
` [PATCH v2 13/19] ufs: use "
` [PATCH v2 14/19] xfs: convert to "
` [PATCH v2 15/19] IMA: switch IMA over "
` [PATCH v2 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v2 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v2 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v2 19/19] fs: handle inode->i_version more efficiently

[PATCH] drivers: gpio: remove duplicate includes
 2017-12-16 12:56 UTC 

[PATCH] mm: thp: avoid uninitialized variable use
 2017-12-16 12:24 UTC  (3+ messages)

[PATCH] ipv6: ip6mr: Recalc UDP checksum before forwarding
 2017-12-16 12:19 UTC  (4+ messages)
` [PATCHv2] "

[PATCHSET v3] blk-mq: reimplement timeout handling
 2017-12-16 12:07 UTC  (8+ messages)
` [PATCH 1/7] blk-mq: protect completion path with RCU
` [PATCH 2/7] blk-mq: replace timeout synchronization with a RCU and generation based scheme
` [PATCH 3/7] blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE
` [PATCH 4/7] blk-mq: make blk_abort_request() trigger timeout path
` [PATCH 5/7] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
` [PATCH 6/7] blk-mq: remove REQ_ATOM_STARTED
` [PATCH 7/7] blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu

[PATCH 04/45] gpu: drm: remove duplicate includes
 2017-12-16 11:54 UTC 

[PATCH resend] mm/page_alloc: fix comment is __get_free_pages
 2017-12-16 11:52 UTC  (11+ messages)

[PATCH V2 1/2] bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_reset
 2017-12-16 11:54 UTC 

[PATCH v4 2/4] kaslr: calculate the memory region in immovable node
 2017-12-16 11:47 UTC  (2+ messages)

[PATCH] mm: thp: use down_read_trylock in khugepaged to avoid long block
 2017-12-16 11:45 UTC  (4+ messages)

[PATCH v2 1/3] backlight: tdo24m: fix the spi cs between transfers
 2017-12-16 11:45 UTC  (9+ messages)
` [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio
` [PATCH v2 3/3] backlight: tdo24m: add model and status sysfs entries

[PATCH 33/45] arch/arm: remove duplicate includes
 2017-12-16 11:43 UTC 

[PATCH 38/45] arch/powerpc: remove duplicate includes
 2017-12-16 11:32 UTC 

[PATCH v19 0/7] Virtio-balloon Enhancement
 2017-12-16 11:28 UTC  (17+ messages)
` [PATCH v19 3/7] xbitmap: add more operations

BUG: unable to handle kernel NULL pointer dereference in fdb_find_rcu
 2017-12-16 11:22 UTC  (5+ messages)

[PATCH v5 00/78] XArray v5
 2017-12-16 10:51 UTC  (3+ messages)
` [PATCH v5 77/78] irqdomain: Convert to XArray

[PATCH] efi: make EFI a menuconfig to ease disabling it all
 2017-12-16 10:46 UTC  (3+ messages)
` [PATCH,v2] "

[BUG]kernel softlockup due to sidtab_search_context run for long time because of too many sidtab context node
 2017-12-16 10:28 UTC  (12+ messages)
              ` 答复: "

[PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all
 2017-12-16 10:07 UTC  (3+ messages)
` [PATCH,v2] hyperv: make HYPERV a menuconfig to ease disabling it al

[PATCH v19 1/7] xbitmap: Introduce xbitmap
 2017-12-16 10:10 UTC  (4+ messages)

[PATCH net-next 0/2] net: speedup geneve/vxlan tunnels dismantle
 2017-12-16  9:54 UTC  (3+ messages)
` [PATCH net-next 1/2] vxlan: speedup vxlan "
` [PATCH net-next 2/2] geneve: speedup geneve "

[RFC 0/5] IR support for A83T - sunxi-ir driver update
 2017-12-16  9:18 UTC  (7+ messages)
` [RFC 1/5] [media] rc: update sunxi-ir driver to get base frequency from devicetree
` [RFC 2/5] [media] dt: bindings: Update binding documentation for sunxi IR controller
` [RFC 3/5] ARM: dts: sun8i: a83t: Add the ir pin for the A83T
` [RFC 4/5] ARM: dts: sun8i: a83t: Add support for the ir interface
` [RFC 5/5] ARM: dts: sun8i: a83t: bananapi-m3: Enable IR controller

[PATCH 6/8] drm/sun4i: sun4i_layer: Wire in the frontend
 2017-12-16  9:17 UTC  (2+ messages)

[RFC v3 0/4] flow_dissector: Provide basic batman-adv unicast handling
 2017-12-16  8:45 UTC  (3+ messages)
  ` [B.A.T.M.A.N.] "

KASAN: use-after-free Write in irq_bypass_register_consumer
 2017-12-16  8:37 UTC  (4+ messages)
    `  "

[PATCH 07/25] arm: keystone: dts: Remove leading 0x and 0s from bindings notation
 2017-12-16  8:36 UTC  (2+ messages)

[PATCH 0/8] ARM: dts: keystone*: Stage 1 cleanup for W=1
 2017-12-16  8:33 UTC  (4+ messages)
` [PATCH 2/8] ARM: dts: keystone*: Use a single soc0 instance

[PATCH 4.14 00/52] 4.14.7-stable review
 2017-12-16  8:23 UTC  (3+ messages)

[PATCH] mfd: cros_ec_dev - Use devm_mfd_add_devices
 2017-12-16  8:21 UTC 

[PATCH] drivers: base: power: Fix GFP_KERNEL in spinlock context
 2017-12-16  8:21 UTC  (7+ messages)

[PATCH] mfd: cros_ec: register shutdown function for debugfs
 2017-12-16  8:07 UTC 

WARNING: bad unlock balance in ipmr_mfc_seq_stop
 2017-12-16  7:52 UTC 

KASAN: slab-out-of-bounds Read in pfkey_add
 2017-12-16  7:51 UTC 

[PATCH] exit: move exit_task_namespaces() after exit_task_work()
 2017-12-16  7:40 UTC  (6+ messages)

[PATCH] mm: Reduce memory bloat with THP
 2017-12-16  7:21 UTC  (4+ messages)

[question] handle the page table RAS error
 2017-12-16  7:09 UTC  (9+ messages)
    ` [question] handle the page table RAS error(Avoid kernel panic when killing an application)
      ` [consult the suggestion]: Avoid kernel panic when killing an application if happen RAS page table error
        ` [Question ]: "

[PATCH 5/8] drm/sun4i: Add a driver for the display frontend
 2017-12-16  7:00 UTC  (2+ messages)

[PATCH 1/1] usb: xhci: dbc: Fix lockdep warning
 2017-12-16  6:41 UTC 

[PATCH PTI v3 01/10] x86/espfix/64: Fix espfix double-fault handling on 5-level systems
 2017-12-16  6:41 UTC  (4+ messages)
` [PATCH PTI v3 10/10] x86/pti: Put the LDT in its own PGD if PTI is on

[PATCH v2 0/4] Utilization estimation (util_est) for FAIR tasks
 2017-12-16  6:37 UTC  (7+ messages)
` [PATCH v2 4/4] sched/cpufreq_schedutil: use util_est for OPP selection

[PATCH v2 net-next 0/4] replace tcp_set_state tracepoint with sock_set_state tracepoint
 2017-12-16  6:34 UTC  (4+ messages)
` [PATCH v2 net-next 2/4] net: tracepoint: "

[PATCH] jsm_tty: Fix a possible null pointer dereference in two functions
 2017-12-16  6:27 UTC  (8+ messages)
        `  "
            ` jsm_tty: Deletion of a null pointer check in two functions?

[PATCH v5 0/3] platform/chrome: Support for cros_ec_accel_legacy driver
 2017-12-16  6:12 UTC  (8+ messages)
` [PATCH v5 1/3] platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing
` [PATCH v5 2/3] platform/chrome: cros_ec_lpc: Add support for Google Glimmer

[PATCH 4.9 00/27] 4.9.70-stable review
 2017-12-16  5:55 UTC  (2+ messages)

[PATCH] dt-bindings: chosen: Document linux,initrd-{start,end}
 2017-12-16  5:41 UTC  (3+ messages)

[PATCH 4.4 000/105] 4.4.106-stable review
 2017-12-16  5:36 UTC  (2+ messages)

[PATCH v2 00/10] arm64: dts: qcom: dts improvements
 2017-12-16  5:23 UTC  (15+ messages)
` [PATCH v2 04/10] arm64: dts: qcom: msm8916: drop unused board-specific nodes
` [PATCH v2 05/10] arm64: dts: qcom: apq8016-sbc: sort nodes alphabetically
` [PATCH v2 06/10] arm64: dts: qcom: msm8916: move pinconfs to board files
` [PATCH v2 07/10] arm64: dts: qcom: msm8916: drop remaining unused pinconfs
` [PATCH v2 08/10] arm64: dts: qcom: msm8916-pins: move sdhc2 cd node with its siblings
` [PATCH v2 09/10] arm64: dts: qcom: msm8916: normalize I2C and SPI nodes
` [PATCH v2 10/10] arm64: dts: qcom: msm8916: add nodes for i2c1, i2c3, i2c5

[PATCH] platform/chrome: cros_ec_lpc: remove redundant pointer request
 2017-12-16  5:13 UTC  (2+ messages)

[PATCH] cros_ec: fix nul-termination for firmware build info
 2017-12-16  5:08 UTC  (2+ messages)

[PATCH v4 2/2] rtc: cros-ec: add cros-ec-rtc driver
 2017-12-16  5:01 UTC  (3+ messages)

[PATCH v4 1/2] mfd: cros_ec: Introduce RTC commands and events definitions
 2017-12-16  4:55 UTC  (2+ messages)

[PATCH v3 00/11] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-16  4:53 UTC  (4+ messages)
` [PATCH v3 03/11] ASoC: fsl_ssi: Refine all comments

[PATCH v2 0/2] mfd: cros_ec: move cros_ec_dev driver to MFD subdir
 2017-12-16  4:50 UTC  (3+ messages)
` [GIT PULL] Immutable branch between MFD and Platform due for the v4.16 merge window

[PATCH v8 0/7] Support RAS virtualization in KVM
 2017-12-16  4:47 UTC  (9+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

[PATCH] ext4: delayed inode update for the consistency of file size after a crash
 2017-12-16  4:33 UTC 

[PATCH V2] x86/efi: fix kernel param add_efi_memmap regression
 2017-12-16  4:19 UTC 

[PATCH 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-16  4:17 UTC  (5+ messages)
` [PATCH 01/19] fs: new API for handling inode->i_version

[PATCH for-4.15] ASoC: rt5514-spi: only enable wakeup when fully initialized
 2017-12-16  4:07 UTC 

[PATCH v3] staging: ion: Fix ion_cma_heap allocations
 2017-12-16  3:59 UTC 

[PATCH v4 0/2] Add ethernet support for Meson-AXG SoC
 2017-12-16  3:55 UTC  (3+ messages)
` [PATCH v4 1/2] ARM64: dts: meson-axg: add ethernet mac controller
` [PATCH v4 2/2] ARM64: dts: meson-axg: enable ethernet for A113D S400 board

[PATCH v1 1/1] usb: xhci: do not create and register shared_hcd when USB3.0 is disabled
 2017-12-16  3:45 UTC 

[PATCH v3 0/2] Add ethernet support for Meson-AXG SoC
 2017-12-16  3:38 UTC  (4+ messages)
` [PATCH v3 1/2] ARM64: dts: meson-axg: add ethernet mac controller

[PATCH v4 0/2] dt: add pinctrl driver for Meson-AXG SoC
 2017-12-16  3:27 UTC  (3+ messages)

[PATCH] ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
 2017-12-16  3:25 UTC  (2+ messages)

[PATCH v2 00/17] x86/ldt: Use a VMA based read only mapping
 2017-12-16  3:21 UTC  (17+ messages)
` [PATCH v2 01/17] mm/gup: Fixup p*_access_permitted()

[PATCH for-4.15] ASoC: rt5514: don't assume rt5514 component was "attached"
 2017-12-16  3:17 UTC  (2+ messages)

[PATCH] kbuild: fix dependency of dtbs targets
 2017-12-16  3:05 UTC  (5+ messages)

[PATCH 4.13 00/28] 4.13.15-stable review
 2017-12-16  3:05 UTC  (3+ messages)
` [PATCH 4.13 03/28] Bluetooth: btusb: fix QCA Rome suspend/resume

[PATCH v2,net-next 1/2] ip_gre: fix error path when erspan_rcv failed
 2017-12-16  2:58 UTC  (2+ messages)
` [PATCH v2,net-next 2/2] ip6_gre: fix error path when ip6erspan_rcv failed

[PATCH v2,net-next 1/2] ip_gre: fix potential memory leak in erspan_rcv
 2017-12-16  2:48 UTC  (2+ messages)
` [PATCH v2,net-next 2/2] ip6_gre: fix potential memory leak in ip6erspan_rcv

[PATCH] trace: reenable preemption if we modify the ip
 2017-12-16  2:42 UTC 

About the try to remove cross-release feature entirely by Ingo
 2017-12-16  2:41 UTC  (8+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks

[PATCH v2,net-next] ip6_gre: fix a pontential issue in ip6erspan_rcv
 2017-12-16  2:25 UTC 

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-16  2:24 UTC  (3+ messages)
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf


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).