messages from 2017-08-31 10:23:44 to 2017-08-31 13:56:37 UTC [more...]
[PATCH 1/2] docs: kernel-doc comments are ASCII
2017-08-31 13:56 UTC (6+ messages)
[PATCH v3 0/9] ARM64: dts: meson: update around mmc
2017-08-31 13:52 UTC (10+ messages)
` [PATCH v3 1/9] ARM64: dts: meson-gx: Use correct mmc clock source 0
` [PATCH v3 2/9] ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
` [PATCH v3 3/9] ARM64: dts: meson: add mmc clk gate pins
` [PATCH v3 4/9] ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
` [PATCH v3 5/9] ARM64: dts: meson-gxl: libretech-cc: "
` [PATCH v3 6/9] ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
` [PATCH v3 7/9] ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
` [PATCH v3 8/9] ARM64: dts: meson-gxbb: nanopi-k2: "
` [PATCH v3 9/9] ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode
[PATCH 1/1] x86/idt: remove superfluous ALIGNment
2017-08-31 13:49 UTC (2+ messages)
` [tip:x86/apic] x86/idt: Remove "
[PATCH v3 0/5] sched/fair: Tweaks for select_task_rq_fair slowpath
2017-08-31 13:54 UTC (9+ messages)
` [PATCH v3 1/5] sched/fair: Move select_task_rq_fair slow-path into its own function
` [PATCH v3 2/5] sched/fair: Remove unnecessary comparison with -1
` [PATCH v3 3/5] sched/fair: Fix find_idlest_group when local group is not allowed
` [PATCH v3 4/5] sched/fair: Fix use of find_idlest_group when no groups are allowed
` [PATCH v3 5/5] sched/fair: Fix use of find_idlest_group when local group is idlest
[PATCH] ftrace: fix debug config symbol in stack_tracer_{en,dis}able
2017-08-31 13:54 UTC (3+ messages)
[PATCH] Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"
2017-08-31 13:52 UTC (2+ messages)
[PATCH net-next v6] net: stmmac: Delete dead code for MDIO registration
2017-08-31 13:53 UTC
[PATCH net-next 0/3] net: mvpp2: optional PHYs and GoP link irq
2017-08-31 13:52 UTC (4+ messages)
` [PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link status changes
[PATCH v2 2/6] regulator: pbias: Select voltage table based on max-voltage
2017-08-31 13:50 UTC (4+ messages)
` Applied "regulator: pbias: Select voltage table based on max-voltage" to the regulator tree
[PATCH] pinctrl: uniphier: fix members of rmii group for Pro4
2017-08-31 13:51 UTC (2+ messages)
[RFC PATCH] cgroup, cpuset: add cpuset.remap_cpus
2017-08-31 13:50 UTC (5+ messages)
` [lxc-devel] "
[GIT PULL] clockevents for 4.14
2017-08-31 13:49 UTC (3+ messages)
[PATCH V2] pinctrl: qcom: spmi-gpio: Correct power_source range check
2017-08-31 13:49 UTC (2+ messages)
[PATCH v2] staging: ks7010: Fix coding style and remove checkpatch.pl warnings
2017-08-31 13:48 UTC (4+ messages)
` [PATCH v3] "
[PATCH] pinctrl: Delete an error message for a failed memory allocation in two functions
2017-08-31 13:46 UTC (2+ messages)
[PATCH] pinctrl: core: Delete an error message for a failed memory allocation in pinctrl_register_map()
2017-08-31 13:44 UTC (2+ messages)
[GIT PULL 0/5] perf/core improvements and fixes
2017-08-31 13:43 UTC (5+ messages)
` [PATCH 1/5] tracing, mm: Record pfn instead of pointer to struct page
[PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver
2017-08-31 13:41 UTC (2+ messages)
[PATCH v6 0/3] PCI hotplug feature
2017-08-31 13:39 UTC (2+ messages)
Patching The Linux World At Large
2017-08-31 13:33 UTC
[v6 2/4] mm, oom: cgroup-aware OOM killer
2017-08-31 13:34 UTC (11+ messages)
[PATCH v3] earlycon: initialise baud field of earlycon device structure
2017-08-31 13:33 UTC (2+ messages)
[PATCH] vt: Use bsearch library function in is_double_width
2017-08-31 13:34 UTC (2+ messages)
[PATCH 00/25] hrtimer: Provide softirq context hrtimers
2017-08-31 13:33 UTC (28+ messages)
` [PATCH 01/25] hrtimer: Use predefined function for updating next_timer
` [PATCH 03/25] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
` [PATCH 02/25] hrtimer: Correct blantanly wrong comment
` [PATCH 04/25] hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()
` [PATCH 05/25] hrtimer: Switch for loop to _ffs() evaluation
` [PATCH 06/25] hrtimer: Store running timer in hrtimer_clock_base
` [PATCH 07/25] hrtimer: Reduce conditional code (hres_active)
` [PATCH 08/25] hrtimer: Reduce conditional code (expires_next, next_timer)
` [PATCH 09/25] hrtimer: Reduce conditional code (hrtimer_reprogram())
` [PATCH 11/25] hrtimer: Allow remote hrtimer enqueue with "expires_next" as expiry time
` [PATCH 10/25] hrtimer: Make handling of hrtimer reprogramming and enqueuing not conditional
` [PATCH 13/25] hrtimer: Split out code from hrtimer_start_range_ns() for reuse
` [PATCH 12/25] hrtimer: Simplify hrtimer_reprogram() call
` [PATCH 14/25] hrtimer: Split out code from __hrtimer_get_next_event() for reuse
` [PATCH 16/25] hrtimer: Allow function reuse for softirq based hrtimer
` [PATCH 15/25] hrtimer: Add clock bases for soft irq context
` [PATCH 17/25] hrtimer: Implementation of softirq hrtimer handling
` [PATCH 18/25] hrtimer: Enable soft and hard hrtimer
` [PATCH 20/25] mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer
` [PATCH 19/25] can/bcm: Replace hrtimer_tasklet with softirq based hrtimer
` [PATCH 21/25] xfrm: Replace hrtimer tasklet with softirq hrtimer
` [PATCH 23/25] ALSA/dummy: Replace "
` [PATCH 22/25] softirq: Remove tasklet_hrtimer
` [PATCH 25/25] usb/gadget/NCM: Replace tasklet with softirq hrtimer
` [PATCH 24/25] net/cdc_ncm: "
[PATCH 1/3] kcov: support comparison operands collection
2017-08-31 13:27 UTC (2+ messages)
[PATCH v2] pinctrl: rockchip: Add rv1108 recalculated iomux support
2017-08-31 13:26 UTC (2+ messages)
[RFC PATCH v9 0/7] Cavium ARM64 uncore PMU support
2017-08-31 13:26 UTC (11+ messages)
` [RFC PATCH v9 5/7] perf: cavium: Support memory controller PMU counters
[PATCH] fsl/fman: make arrays port_ids static, reduces object code size
2017-08-31 13:24 UTC
[v2] ARM: multi_v7_defconfig: make eSDHC driver built-in
2017-08-31 13:24 UTC (2+ messages)
[PATCH][gpio-next] gpio: mockup: remove unused variable gc
2017-08-31 13:21 UTC (2+ messages)
[PATCH 0/2] Dual MMU support for TI DRA7xx DSPs
2017-08-31 13:14 UTC (3+ messages)
` [PATCH 1/2] iommu/omap: Change the attach detection logic
` [PATCH 2/2] iommu/omap: Add support to program multiple iommus
[PATCH net-next 0/8] Bug fixes & Code improvements in HNS driver
2017-08-31 13:39 UTC (9+ messages)
` [PATCH net-next 1/8] net: hns3: add check when initialize
` [PATCH net-next 2/8] net: hns3: update ring and vector map command
` [PATCH net-next 3/8] net: hns3: set default mac vlan mask
` [PATCH net-next 4/8] net: hns3: set default vlan id to PF
` [PATCH net-next 5/8] net: hns3: set the VLAN Ethernet type to HW
` [PATCH net-next 6/8] net: hns3: fix bug of reuse command description
` [PATCH net-next 7/8] net: hns3: add vlan filter config of Ports
` [PATCH net-next 8/8] net: hns3: reimplemmentation of pkt buffer allocation
[PATCH] Workqueue lockup: Circular dependency in threads
2017-08-31 13:13 UTC (2+ messages)
[PATCH v2 0/5] thermal: imx: Add nvmem-cells binding on imx6sx
2017-08-31 13:11 UTC (3+ messages)
[PATCH 3/7] [media] dvb: don't use 'time_t' in event ioctl
2017-08-31 13:10 UTC (4+ messages)
` [3/7,media] "
[PATCH 0/5] mmc: Add OMAP SDHCI driver
2017-08-31 13:02 UTC (5+ messages)
` [PATCH 4/5] mmc: sdhci-omap: "
[PATCH] ath9k: remove cast to void pointer
2017-08-31 13:07 UTC
[PATCH 00/13] OpenRISC SMP Support
2017-08-31 13:05 UTC (6+ messages)
` [PATCH 05/13] irqchip: add initial support for ompic
` [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators
[PATCH] usb: gadget: udc: atmel: set vbus irqflags explicitly
2017-08-31 13:02 UTC (3+ messages)
` [PATCH RESEND new email address] "
[PATCH] rtlwifi: rtl8723be: fix duplicated code for different branches
2017-08-31 13:00 UTC (2+ messages)
` "
[PATCH] tty: xilinx_uartps: move to arch_initcall for earlier console
2017-08-31 12:59 UTC (4+ messages)
[PATCH v8] mtd: sharpslpart: Add sharpslpart partition parser
2017-08-31 12:50 UTC (2+ messages)
[PATCH] input: byd: make array seq static, reduces object code size
2017-08-31 12:47 UTC
[PATCH] pinctrl: rza1: Remove suffix from gpiochip label
2017-08-31 12:45 UTC (2+ messages)
[PATCH v4] livepatch: shadow variables
2017-08-31 12:45 UTC (5+ messages)
` [PATCH v4] livepatch: introduce shadow variable API
[PATCH v2 1/5] arm64: tegra: Add BPMP thermal sensor to Tegra186
2017-08-31 12:45 UTC (5+ messages)
` [PATCH v2 5/5] thermal: Add Tegra BPMP thermal sensor driver
[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
2017-08-31 12:41 UTC (14+ messages)
` [PATCH v3 41/59] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
linux-next: manual merge of the xen-tip tree with the tip tree
2017-08-31 12:36 UTC (7+ messages)
WARN_ON triggered net/netlink/af_netlink.c:374 netlink_sock_destruct+0x118/0x140
2017-08-31 12:34 UTC
[PATCH v7 00/19] simplify crypto wait for async op
2017-08-31 12:31 UTC (2+ messages)
[PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements
2017-08-31 12:22 UTC (3+ messages)
[PATCH v2 00/13] ANDROID: binder: RT priority inheritance and small fixes
2017-08-31 12:21 UTC (7+ messages)
` [PATCH v2 03/13] ANDROID: binder: add support for RT prio inheritance
possible circular locking dependency mmap_sem/cpu_hotplug_lock.rw_sem
2017-08-31 12:19 UTC (7+ messages)
[PATCH] staging:rtl8188eu:core Remove unneccessary else block
2017-08-31 12:09 UTC (2+ messages)
[PATCH] powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline
2017-08-31 12:07 UTC (2+ messages)
[PATCH] clk: uniphier: add PXs3 clock data
2017-08-31 12:03 UTC
[PATCH V1] pinctrl: qcom: spmi-gpio: Correct power_source range check
2017-08-31 12:00 UTC (2+ messages)
[PATCH] gpio: pl061: constify amba_id
2017-08-31 11:58 UTC (2+ messages)
[PATCH] pinctrl: freescale: make mxs_regs const
2017-08-31 11:57 UTC (2+ messages)
[PATCH net-next] xfrm: Add support for network devices capable of removing the ESP trailer
2017-08-31 11:56 UTC (2+ messages)
[PATCH] ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'
2017-08-31 11:55 UTC (12+ messages)
` [alsa-devel] "
` Applied "ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'" to the asoc tree
[PATCH] vsock: only load vmci transport on VMware hypervisor by default
2017-08-31 11:54 UTC (11+ messages)
[PATCH 3/7] staging: max98927: Updated volatile register list
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Updated volatile register list" to the asoc tree
[PATCH 4/5] staging: max98927: Added missing \n to end of dev_err messages
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Added missing \n to end of dev_err messages" to the asoc tree
[PATCH 6/7] staging: max98927: Modified chip default register values
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Modified chip default register values" to the asoc tree
[PATCH 7/7] staging: max98927: Added PM suspend and resume function
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Added PM suspend and resume function" to the asoc tree
[PATCH 8/9] ASoC: max98927: Modified DAPM widget and map to enable/disable VI sense path
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Modified DAPM widget and map to enable/disable VI sense path" to the asoc tree
[PATCH 9/9] ASoC: max98927: Changed device property read function
2017-08-31 11:54 UTC (2+ messages)
` Applied "ASoC: max98927: Changed device property read function" to the asoc tree
[PATCH 1/9] ASoC: max98927: Added support for DSP_A and DSP_B format
2017-08-31 11:53 UTC (5+ messages)
` [PATCH 2/9] ASoC: max98927: Added controls for Envelope tracking
` [PATCH 5/9] ASoC: max98927: Removed obsolete variables
[PATCH v5 0/8] ASoC: Add I2S support for Allwinner H3 SoCs
2017-08-31 11:53 UTC (3+ messages)
[PATCH] staging:rtl8188eu Fix comparison to NULL
2017-08-31 11:46 UTC
[GIT] Networking
2017-08-31 11:50 UTC (7+ messages)
[PATCH RESEND 1/1] cpufreq: imx6q: switch to Use clk_bulk_get to refine clk operations
2017-08-31 11:43 UTC
[PATCH 0/3] dmaengine: Fix DMA on current allwinner SoCs, add A64 support
2017-08-31 11:44 UTC (3+ messages)
` [PATCH 3/3] dmaengine: sun6i: Add support for Allwinner A64
[PATCH] pinctrl: aspeed: Rework strap register write logic for the AST2500
2017-08-31 11:40 UTC (2+ messages)
[PATCH] staging: rts5208: rename mmc_ddr_tunning_rx_cmd to mmc_ddr_tuning_rx_cmd
2017-08-31 11:40 UTC
[PATCH] pinctrl: rza1: off by one in rza1_parse_gpiochip()
2017-08-31 11:38 UTC (2+ messages)
[PATCH] powerpc: asm: convert directive .llong to .8byte
2017-08-31 11:35 UTC (2+ messages)
` "
[PATCH v8 01/10] powerpc/vas: Define macros, register fields and structures
2017-08-31 11:36 UTC (2+ messages)
` [v8, "
[PATCH] powerpc/512x: clk: constify clk_div_table
2017-08-31 11:36 UTC (2+ messages)
` "
[PATCH] powerpc: powernv: Fix build error on const discarding
2017-08-31 11:36 UTC (2+ messages)
` "
[PATCH] Update MAINTAINERS
2017-08-31 11:35 UTC (2+ messages)
` "
[PATCH] powerpc: squash lines for simple wrapper functions
2017-08-31 11:35 UTC (2+ messages)
` "
[PATCH 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
2017-08-31 11:32 UTC (5+ messages)
` [PATCH 1/3] "
[PATCH v2] ARM64: dts: ls208xa: Add iommu-map property for pci
2017-08-31 11:31 UTC (2+ messages)
[PATCH] RM64: dts: ls208xa: Add iommu-map property for pci
2017-08-31 11:30 UTC (6+ messages)
[PATCH] ARC: reset: introduce AXS10x reset driver
2017-08-31 11:28 UTC (4+ messages)
[PATCH v4 00/10] arm, arm64, cpufreq: frequency- and cpu-invariant accounting support for task scheduler
2017-08-31 11:27 UTC (3+ messages)
[PATCH v2] nd_blk: Remove mmio_flush_range()
2017-08-31 11:27 UTC
[PATCH v4 0/3] enable eeprom "size" property and runtime pm
2017-08-31 11:24 UTC (4+ messages)
` [PATCH v4 3/3] eeprom: at24: enable runtime pm support
[PATCH 0/2] mtd: nand: fix regression introduced by splitting off manufacturer dependent code
2017-08-31 11:18 UTC (2+ messages)
[PATCH] [RESEND] KVM:PPC:Book3s: fix memory leak in kvm_vm_ioctl_get_htab_fd
2017-08-31 10:51 UTC
WARNING: at arch/x86/kernel/stacktrace.c:132 save_stack_trace_tsk_reliable
2017-08-31 11:01 UTC (4+ messages)
[PATCH] f2fs: constify super_operations
2017-08-31 10:56 UTC (2+ messages)
[PATCH v4 0/5] enable ghes_edac on selected platforms
2017-08-31 10:56 UTC (3+ messages)
` [PATCH v4 3/5] ghes_edac: add platform check to enable ghes_edac
[PATCH 1/2] f2fs: avoid race in between atomic_read & atomic_inc
2017-08-31 10:56 UTC (2+ messages)
` [PATCH 2/2] f2fs: fix to wake up all sleeping flusher
[PATCH v2 2/2] media:imx274 V4l2 driver for Sony imx274 CMOS sensor
2017-08-31 10:56 UTC (3+ messages)
[PATCH v6 0/4] Add support for ThunderX2 pmu events using json files
2017-08-31 10:53 UTC (6+ messages)
` [PATCH v6 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
[PATCH v3 00/13] mmc: meson-gx: driver fixups and upgrades
2017-08-31 10:46 UTC (4+ messages)
[PATCH V2] clk: qcom: Add spmi_pmic clock divider support
2017-08-31 10:41 UTC
[PATCH] arm64: relax assembly code alignment from 16 byte to 4 byte
2017-08-31 10:38 UTC (3+ messages)
[PATCH 0/4] arm: remove cpu_efficiency
2017-08-31 10:36 UTC (4+ messages)
` [PATCH 2/4] arm: dts: exynos: add exynos5420 cpu capacity-dmips-mhz information
linux-next: build warning after merge of the xfs tree
2017-08-31 10:30 UTC (2+ messages)
[PATCH 0/2] iommu/tegra*: Add support for struct iommu_device
2017-08-31 10:23 UTC (7+ messages)
` [PATCH 1/2] iommu/tegra: "
[PATCH v2 0/6] mmc: Add OMAP SDHCI driver
2017-08-31 10:18 UTC (2+ messages)
` [PATCH v2 5/6] mmc: sdhci-omap: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox