linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-11 14:03:29 to 2015-10-12 01:48:35 UTC [more...]

平时最多也就联系了三千家,全球还有十几万客户在哪里?
 2015-10-12  1:48 UTC 

[PATCH V6] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-10-12  1:45 UTC  (4+ messages)

[PATCH] mm: skip if required_kernelcore is larger than totalpages
 2015-10-12  1:37 UTC  (3+ messages)

[PATCH 0/3] amba/coresight: make non-modular code explicitly non-modular
 2015-10-12  1:35 UTC  (4+ messages)
` [PATCH 1/3] amba: create builtin_amba_driver to avoid registration boilerplate
` [PATCH 2/3] drivers/hwtracing: make coresight-* explicitly non-modular
` [PATCH 3/3] drivers/amba: make tegra-ahb.c "

[PATCH] ARM: EXYNOS: Fix double of_node_put() when parsing child power domains
 2015-10-12  1:26 UTC 

[PATCH V1 1/3] docs: dts: Add documentation for hi6220 SoC ION node
 2015-10-12  1:15 UTC  (4+ messages)
` [PATCH V1 2/3] taging: android: ion: Add ion driver for Hi6220 SoC platform

[PATCH] rtc: at91rm9200: clear RTC alarm status flag prior to suspending
 2015-10-12  1:17 UTC 

[RFC v2 0/7] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-10-12  1:17 UTC  (7+ messages)
` [RFC v2 4/7] powerpc: atomic: Implement xchg_* and atomic{,64}_xchg_* variants

[PATCH] certs: add .gitignore to stop git nagging about x509_certificate_list
 2015-10-12  0:53 UTC 

[PATCH] drm/nouveau/disp,pm: constify nvkm_object_func structures
 2015-10-12  0:51 UTC  (2+ messages)

4.2: CONFIG_NO_HZ_FULL_ALL effectively disabling non-boot CPUs
 2015-10-12  0:51 UTC  (3+ messages)

[PATCH v6 0/17] Add Analogix Core Display Port Driver
 2015-10-12  0:49 UTC  (4+ messages)
` [PATCH v6 05/17] drm: bridge: analogix/dp: dynamic parse sync_pol & interlace & dynamic_range

[PATCH] Documentation: Remove misleading examples of the barriers in wake_*()
 2015-10-12  0:40 UTC  (9+ messages)

[PATCH] powerpc/pseries/hvcserver: don't memset pi_buff if it is null
 2015-10-12  0:35 UTC  (2+ messages)

[PATCH 0/5] add missing of_node_put
 2015-10-12  0:33 UTC  (5+ messages)
` [PATCH 3/5] ARM: shmobile: R-Mobile: "
` [PATCH 4/5] regulator: of: "

[PATCH 1/2] irqchip/renesas-intc-irqpin: Remove obsolete platform data support
 2015-10-12  0:27 UTC  (5+ messages)

[PATCH v10 00/46] Richacls
 2015-10-12  0:22 UTC  (50+ messages)
` [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v10 05/46] vfs: Add permission flags for setting file attributes
` [PATCH v10 06/46] richacl: In-memory representation and helper functions
` [PATCH v10 07/46] richacl: Permission mapping functions
` [PATCH v10 08/46] richacl: Compute maximum file masks from an acl
` [PATCH v10 09/46] richacl: Permission check algorithm
` [PATCH v10 10/46] vfs: Cache base_acl objects in inodes
` [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v10 12/46] vfs: Cache richacl in struct inode
` [PATCH v10 13/46] richacl: Update the file masks in chmod()
` [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode
` [PATCH v10 15/46] richacl: Create-time inheritance
` [PATCH v10 16/46] richacl: Automatic Inheritance
` [PATCH v10 17/46] richacl: xattr mapping functions
` [PATCH v10 18/46] richacl: Add richacl xattr handler
` [PATCH v10 19/46] vfs: Add richacl permission checking
` [PATCH v10 20/46] ext4: Add richacl support
` [PATCH v10 21/46] ext4: Add richacl feature flag
` [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl
` [PATCH v10 23/46] xfs: Make xfs_set_mode non-static
` [PATCH v10 24/46] xfs: Add richacl support
` [PATCH v10 25/46] richacl: acl editing helper functions
` [PATCH v10 26/46] richacl: Move everyone@ aces down the acl
` [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces
` [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask
` [PATCH v10 29/46] richacl: Set the other permissions to the other mask
` [PATCH v10 30/46] richacl: Isolate the owner and group classes
` [PATCH v10 31/46] richacl: Apply the file masks to a richacl
` [PATCH v10 32/46] richacl: Create richacl from mode values
` [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v10 34/46] nfsd: Use richacls as internal acl representation
` [PATCH v10 35/46] nfsd: Add richacl support
` [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v10 38/46] richacl: Add support for unmapped identifiers
` [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages
` [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification
` [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v10 44/46] nfs: Add richacl support
` [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute
` [PATCH v10 46/46] richacl: uapi header split

Updated scalable urandom patchkit
 2015-10-12  0:16 UTC  (4+ messages)

[PATCH] icmp: Fixed bug in raw sockets causing incorrect ICMP SNMP counter values
 2015-10-11 23:37 UTC  (8+ messages)

linux-next: manual merge of the qcom tree with the arm-soc tree
 2015-10-11 23:19 UTC 

[PATCH 0/2] Add updated DAX locking to ext2
 2015-10-11 23:14 UTC  (3+ messages)
` [PATCH 2/2] ext2: Add locking for DAX faults

[PATCH 0/7] staging: make non-modular code explicitly non-modular
 2015-10-11 23:03 UTC  (8+ messages)
` [PATCH 1/7] drivers/staging: make android ashmem.c "
` [PATCH 2/7] drivers/staging: make android ion_page_pool.c "
` [PATCH 3/7] drivers/staging: make android tegra_ion.c properly tristate
` [PATCH 4/7] drivers/staging: make android sw_sync.c explicitly non-modular
` [PATCH 5/7] drivers/staging: make android lowmemorykiller.c "
` [PATCH 6/7] drivers/staging: make android timed_output.c "
` [PATCH 7/7] drivers/staging: make emxx_udc.c "

[PATCH 0/2] irqchip: make non-modular code explicitly non-modular
 2015-10-11 23:05 UTC  (3+ messages)
` [PATCH 1/2] drivers/irqchip: make irq-renesas-intc-irqpin.c "
` [PATCH 2/2] drivers/irqchip: make irq-renesas-irqc.c "

[PATCH] HID: multitouch: Fetch feature reports on demand for Win8 devices
 2015-10-11 22:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next 0/4] net: dsa: mv88e6xxx: fix hardware bridging
 2015-10-11 22:08 UTC  (5+ messages)
` [PATCH net-next 1/4] net: dsa: mv88e6xxx: bridges do not need an FID
` [PATCH net-next 2/4] net: dsa: mv88e6xxx: do not support per-port FID
` [PATCH net-next 3/4] net: dsa: do not warn unsupported bridge ops
` [PATCH net-next 4/4] net: dsa: mv88e6xxx: fix hardware bridging

[PATCH] doc: Clarify that nmi_watchdog param is for hardlockups
 2015-10-11 21:41 UTC  (2+ messages)

[PATCH] Typo correction for description in gpio document
 2015-10-11 21:39 UTC  (2+ messages)

[PATCH] Doc:kvm: Fix typo in Doc/virtual/kvm
 2015-10-11 21:36 UTC  (2+ messages)

[PATCH] Documentation/email-clients.txt: remove trailing whitespace
 2015-10-11 21:32 UTC  (2+ messages)

[RFC PATCH 0/2] VFIO no-iommu
 2015-10-11 21:16 UTC  (9+ messages)
` [RFC PATCH 2/2] vfio: Include no-iommu mode

[PATCH v2] misc: mic: replace kfree with put_device
 2015-10-11 21:12 UTC  (2+ messages)

[PATCH v4 0/2] powerpc/512x: add LocalPlus Bus FIFO device driver
 2015-10-11 21:08 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] powerpc/512x: add a device tree binding for LocalPlus Bus FIFO

[PATCH 00/16] Divorcing irqdomain and device_node
 2015-10-11 21:01 UTC  (2+ messages)

CFS scheduler unfairly prefers pinned tasks
 2015-10-11 20:59 UTC 

[PATCH net-next] RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept_one()
 2015-10-11 20:49 UTC 

[PATCH net-next] RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports
 2015-10-11 20:46 UTC 

[PATCH] powerpc/mpc5xxx: Use of_get_next_parent to simplify code
 2015-10-11 20:44 UTC  (2+ messages)

[PATCH] sched_clock: add data pointer argument to read callback
 2015-10-11 20:40 UTC 

[PATCH] powerpc/numa: Use of_get_next_parent to simplify code
 2015-10-11 20:23 UTC 

[PATCH, resend 1/1] x86/kernel: re-use %*ph specifier
 2015-10-11 20:20 UTC  (2+ messages)

[PATCH] kernel: time: timer.c: use __fls in apply_slack()
 2015-10-11 20:15 UTC  (3+ messages)
` [tip:timers/core] timers: Use "

[PATCH] clock: Remove unneeded return statement from void
 2015-10-11 20:15 UTC  (4+ messages)
` [tip:timers/core] clock: Remove return statement from void functions
` [tip:timers/core] clocksource: "

[RFC v6 00/25] Re-use nvram module
 2015-10-11 20:06 UTC  (2+ messages)

[PATCH v4 00/26] ARM: pxa: magician: Rework HTC Magician support
 2015-10-11 19:59 UTC  (5+ messages)

[PATCH v3 1/5] mtd: mtdpart: add debug prints to partition parser
 2015-10-11 20:04 UTC  (4+ messages)
  ` [PATCH v3 2/5] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails
  ` [PATCH v3 3/5] mtd: ofpart: update devicetree binding specification
  ` [PATCH v3 4/5] mtd: ofpart: document the lock flag

[PATCH v3 0/5] mtd: Qualcomm NAND controller driver
 2015-10-11 20:03 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] mtd: nand: Create a BBT flag to access bad block markers in raw mode

[PATCH] kref: prefer atomic_inc_not_zero to atomic_add_unless
 2015-10-11 19:59 UTC  (2+ messages)

[PATCH V2 0/5] x86: Intel Code Data Prioritization Support
 2015-10-11 19:51 UTC  (2+ messages)

[PATCH V15 00/11] x86: Intel Cache Allocation Technology Support
 2015-10-11 19:50 UTC  (2+ messages)

CFS scheduler unfairly prefers pinned tasks
 2015-10-11 19:46 UTC  (8+ messages)
    ` [patch] sched: disable task group re-weighting on the desktop
          ` 4.3 group scheduling regression

[PATCH] x86: Fix thermal throttling reporting after kexec
 2015-10-11 19:37 UTC  (8+ messages)

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
 2015-10-11 19:24 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v2 1/1] x86/early_printk: Use __iomem address space for IO
 2015-10-11 19:18 UTC  (2+ messages)

[PATCH v3 0/4] USB MIDI Gadget bug fixes and improvements
 2015-10-11 19:08 UTC  (5+ messages)
  ` [PATCH v3 1/4] usb: gadget: f_midi: free usb request when done

[PATCH v3] scsi: ufs: add ioctl interface for query request
 2015-10-11 19:14 UTC  (4+ messages)

[PATCH v4] scsi: ufs: add ioctl interface for query request
 2015-10-11 19:13 UTC  (2+ messages)

[PATCH v2 1/1] x86/io_apic: Make eoi_ioapic_pin() static
 2015-10-11 19:12 UTC  (2+ messages)
` [tip:x86/apic] "

[PATCH 1/1] x86/cpu/intel: enable X86_FEATURE_NONSTOP_TSC_S3 for Merrifield
 2015-10-11 19:12 UTC  (2+ messages)
` [tip:x86/cpufeature] x86/cpu/intel: Enable "

[PATCH v2 1/1] x86/intel-mid: Make intel_mid_ops static
 2015-10-11 19:06 UTC  (2+ messages)
` [tip:x86/platform] "

[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
 2015-10-11 19:03 UTC 

[PATCH v7 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-11 19:03 UTC  (6+ messages)
` [PATCH v7 1/2] efi: export efi_capsule_supported() function symbol

[PATCH 0/3] (Was: sched: start stopper early)
 2015-10-11 18:57 UTC  (4+ messages)
` [PATCH 1/3] sched: select_task_rq() should check cpu_active() like select_fallback_rq()

[RFC] nohz: no update idle entry time on get_cpu_idle/iowait_time_us()
 2015-10-11 18:38 UTC  (2+ messages)

Linux 4.3-rc5
 2015-10-11 18:38 UTC 

[PATCH] timer: Lazily wakup nohz CPU when adding new timer
 2015-10-11 18:12 UTC  (2+ messages)

[PATCH v5 2/2] ARM: irqchip: mxs: add Alphascale ASM9260 support
 2015-10-11 17:58 UTC  (4+ messages)
` [PATCH v6 0/2] Add support for ASM9260 interrupt controller
  ` [PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets

[Linux] Linux PID algorithm is BRAINDEAD!
 2015-10-11 17:44 UTC  (3+ messages)

[PATCHv4 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4
 2015-10-11 17:36 UTC  (2+ messages)
` [PATCHv4 2/2] ARM: multi_v7_defconfig: "

[PATCH 1/1] I have a board it block on i8259A_shutdown when I want to poweroff. It is not always re-produce
 2015-10-11 17:34 UTC  (2+ messages)

[PATCH 2/4] Staging: rtl8712: Use ether_addr_equal() over memcmp()
 2015-10-11 17:23 UTC  (4+ messages)

[PATCH 1/5] cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask
 2015-10-11 17:21 UTC  (5+ messages)
` [PATCH 2/5] cpufreq: create cpu/cpufreq at boot time
` [PATCH 3/5] cpufreq: remove cpufreq_sysfs_{create|remove}_file()
` [PATCH 4/5] cpufreq: create cpu/cpufreq/policyX directories
` [PATCH 5/5] cpufreq: Drop redundant check for inactive policies

[PATCH v3 0/5] ARM: sunxi: Introduce CHIP support
 2015-10-11 17:20 UTC  (13+ messages)
` [PATCH v3 1/5] ARM: sunxi: Add R8 support
` [PATCH v3 3/5] ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI
` [PATCH v3 4/5] ARM: sun5i: dt: Add UART3 CTS and RTS pins
` [PATCH v3 5/5] ARM: sun5i: Add C.H.I.P DTS

[PATCH RFC 1/1] irqchip/GICv2m: Add support for multiple v2m frames
 2015-10-11 17:13 UTC  (3+ messages)

[PATCH] gpio: add tps65218 gpio driver
 2015-10-11 17:12 UTC  (3+ messages)
  ` [PATCH] gpio: fix platform_no_drv_owner.cocci warnings

thinkpad_acpi: Lenovo ThinkPad Yoga 12 side lock button (0x6020)
 2015-10-11 17:04 UTC  (3+ messages)

[PATCH v5 0/3] Support Mbigen interrupt controller
 2015-10-11 16:45 UTC  (10+ messages)
` [PATCH v5 1/3] initialize each mbigen device node as a "

[PATCH v3] ARM: dts: sunxi: Add regulators for LeMaker BananaPi
 2015-10-11 16:45 UTC  (2+ messages)

[PATCH] ALSA: bebob: constify snd_bebob_rate_spec structures
 2015-10-11 16:13 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] ALSA: bebob: constify various snd_bebob structures

[PATCH] [v4] x86, suspend: Save/restore extra MSR registers for suspend
 2015-10-11 15:46 UTC  (6+ messages)

[PATCH 1/3] ARM: dts: exynos5422-odroidxu3: use cd-gpio method to detect sd-card
 2015-10-11 15:46 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3
` [PATCH 3/3] ARM: dts: exynos5422-odroidxu3: Added UHS-I bus speed support

[PATCH] Staging: vt6655: Renamed uRATE to rate
 2015-10-11 15:22 UTC 

[PATCH v2] nouveau: fix OpenFirmware support
 2015-10-11 14:48 UTC 

[RFC PATCH 1/2] usb: doc: Add bindings for ULPI platform driver
 2015-10-11 14:40 UTC  (7+ messages)

[PATCH] nouveau: fix OpenFirmware support
 2015-10-11 14:37 UTC  (7+ messages)

[PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc
 2015-10-11 14:33 UTC  (3+ messages)

[PATCH 0/3] Add Palmas iio gpadc
 2015-10-11 14:27 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

bcm2835 (Raspberry Pi) KMS driver
 2015-10-11 14:23 UTC  (3+ messages)
` [PATCH v3 7/7] ARM: bcm2835: Add VC4 to the device tree

[PATCH 4/5 v2] pseries/iommu: implement DDW-aware dma_get_page_shift
 2015-10-11 14:22 UTC  (10+ messages)
  ` [kbuild-all] "
            ` testing email patches

[PATCH 0/2] staging: fbtft: add support for ST7789V and C-Berry28
 2015-10-11 14:19 UTC  (5+ messages)
` [PATCH 1/2] staging: fbtft: add support for ST7789V display controller

[PATCH 1/1] HID: fix some indenting issues
 2015-10-11 14:18 UTC 

[PATCH] vf610_adc: Fix internal temperature calculation
 2015-10-11 14:07 UTC  (5+ messages)

[PATCH] iio: mxs-lradc: Fix temperature offset
 2015-10-11 14:03 UTC  (3+ 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).